[Python-checkins] r63860 - python/trunk/Lib/test/test_descrtut.py

georg.brandl python-checkins at python.org
Sun Jun 1 19:05:57 CEST 2008


Author: georg.brandl
Date: Sun Jun  1 19:05:56 2008
New Revision: 63860

Log:
Fix test_descrtut.


Modified:
   python/trunk/Lib/test/test_descrtut.py

Modified: python/trunk/Lib/test/test_descrtut.py
==============================================================================
--- python/trunk/Lib/test/test_descrtut.py	(original)
+++ python/trunk/Lib/test/test_descrtut.py	Sun Jun  1 19:05:56 2008
@@ -208,6 +208,7 @@
      '__setattr__',
      '__setitem__',
      '__setslice__',
+     '__sizeof__',
      '__str__',
      '__subclasshook__',
      'append',


More information about the Python-checkins mailing list