[Jython-checkins] jython: Remove __sizeof__ from doctest - not sure how to deal with these.

frank.wierzbicki jython-checkins at python.org
Tue Mar 20 21:49:09 CET 2012


http://hg.python.org/jython/rev/711e8c0bf500
changeset:   6439:711e8c0bf500
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Tue Mar 20 13:49:01 2012 -0700
summary:
  Remove __sizeof__ from doctest - not sure how to deal with these.

files:
  Lib/test/test_descrtut.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -208,7 +208,6 @@
      '__setattr__',
      '__setitem__',
      '__setslice__',
-     '__sizeof__',
      '__str__',
      '__subclasshook__',
      'append',

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list