[pypy-commit] pypy py3k: list.__radd__ is now gone thanks to MM removal

pjenvey noreply at buildbot.pypy.org
Thu May 23 03:38:52 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
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__',


More information about the pypy-commit mailing list