diff options
author | Georg Brandl <georg@python.org> | 2008-06-01 17:05:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-01 17:05:56 (GMT) |
commit | 12f8107f91e69db04a99d3f069382de7bfc9d706 (patch) | |
tree | 1d0687667c31838dbdaa850cf556adb47c16315a | |
parent | 7a6de8b0f465037ed75104d8f17ca3de99a4da52 (diff) | |
download | cpython-12f8107f91e69db04a99d3f069382de7bfc9d706.zip cpython-12f8107f91e69db04a99d3f069382de7bfc9d706.tar.gz cpython-12f8107f91e69db04a99d3f069382de7bfc9d706.tar.bz2 |
Fix test_descrtut.
-rw-r--r-- | Lib/test/test_descrtut.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ Instead, you can get the same information from the list type: '__setattr__', '__setitem__', '__setslice__', + '__sizeof__', '__str__', '__subclasshook__', 'append', |