Fix test_descrtut.

This commit is contained in:
Georg Brandl 2008-06-01 17:05:56 +00:00
parent 7a6de8b0f4
commit 12f8107f91
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ Instead, you can get the same information from the list type:
'__setattr__',
'__setitem__',
'__setslice__',
'__sizeof__',
'__str__',
'__subclasshook__',
'append',