commit | 12f8107f91e69db04a99d3f069382de7bfc9d706 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 01 17:05:56 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jun 01 17:05:56 2008 +0000 |
tree | 1d0687667c31838dbdaa850cf556adb47c16315a | |
parent | 7a6de8b0f465037ed75104d8f17ca3de99a4da52 [diff] [blame] |
Fix test_descrtut.
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index 514e398..8088819 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py
@@ -208,6 +208,7 @@ '__setattr__', '__setitem__', '__setslice__', + '__sizeof__', '__str__', '__subclasshook__', 'append',