Commit bdf22026 authored by Tim Peters's avatar Tim Peters

Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't

run the test suite afterwards.  Either that, or whether '__doc__' shows
up is platform-dependent!
parent d8c51a70
...@@ -191,6 +191,7 @@ Instead, you can get the same information from the list type: ...@@ -191,6 +191,7 @@ Instead, you can get the same information from the list type:
'__delattr__', '__delattr__',
'__delitem__', '__delitem__',
'__delslice__', '__delslice__',
'__doc__',
'__eq__', '__eq__',
'__ge__', '__ge__',
'__getattribute__', '__getattribute__',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment