Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r64507:878788fa042a
Date: 2013-05-22 18:37 -0700
http://bitbucket.org/pypy/pypy/changeset/878788fa042a/

Log:    list.__radd__ is now gone thanks to MM removal

diff --git a/lib-python/3/test/test_descrtut.py 
b/lib-python/3/test/test_descrtut.py
--- a/lib-python/3/test/test_descrtut.py
+++ b/lib-python/3/test/test_descrtut.py
@@ -188,7 +188,6 @@
      '__mul__',
      '__ne__',
      '__new__',
-     '__radd__',
      '__reduce__',
      '__reduce_ex__',
      '__repr__',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to