From: Georg Brandl Date: Sun, 1 Jun 2008 17:05:56 +0000 (+0000) Subject: Fix test_descrtut. X-Git-Tag: v2.6b1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12f8107f91e69db04a99d3f069382de7bfc9d706;p=python Fix test_descrtut. --- diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index 514e398787..8088819519 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -208,6 +208,7 @@ Instead, you can get the same information from the list type: '__setattr__', '__setitem__', '__setslice__', + '__sizeof__', '__str__', '__subclasshook__', 'append',