mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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!
This commit is contained in:
parent
45bec8c7fc
commit
8044055d82
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ Instead, you can get the same information from the list type:
|
|||
'__delattr__',
|
||||
'__delitem__',
|
||||
'__delslice__',
|
||||
'__doc__',
|
||||
'__eq__',
|
||||
'__ge__',
|
||||
'__getattribute__',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue