Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r60359:590b300b77af
Date: 2013-01-22 18:31 -0800
http://bitbucket.org/pypy/pypy/changeset/590b300b77af/

Log:    workaround impl details in doctest

diff --git a/lib-python/3.2/test/test_descrtut.py 
b/lib-python/3.2/test/test_descrtut.py
--- a/lib-python/3.2/test/test_descrtut.py
+++ b/lib-python/3.2/test/test_descrtut.py
@@ -188,6 +188,7 @@
      '__mul__',
      '__ne__',
      '__new__',
+     '__radd__',
      '__reduce__',
      '__reduce_ex__',
      '__repr__',
@@ -195,7 +196,6 @@
      '__rmul__',
      '__setattr__',
      '__setitem__',
-     '__sizeof__',
      '__str__',
      '__subclasshook__',
      'append',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to