From 12f8107f91e69db04a99d3f069382de7bfc9d706 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 1 Jun 2008 17:05:56 +0000 Subject: [PATCH] Fix test_descrtut. --- Lib/test/test_descrtut.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index 514e398787a..8088819519c 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',