]> granicus.if.org Git - python/commitdiff
Fix test_descrtut.
authorGeorg Brandl <georg@python.org>
Sun, 1 Jun 2008 17:05:56 +0000 (17:05 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Jun 2008 17:05:56 +0000 (17:05 +0000)
Lib/test/test_descrtut.py

index 514e398787a6ba9f3de6c0fb643da6f6843e94e7..8088819519ccef32384dc72cabdca711631fecbb 100644 (file)
@@ -208,6 +208,7 @@ Instead, you can get the same information from the list type:
      '__setattr__',
      '__setitem__',
      '__setslice__',
+     '__sizeof__',
      '__str__',
      '__subclasshook__',
      'append',