Author: Philip Jenvey
Branch: py3k
Changeset: r74148:638bb3d67bdd
Date: 2014-10-23 22:34 -0700
http://bitbucket.org/pypy/pypy/changeset/638bb3d67bdd/
Log:reapply py3k changes
diff --git a/pypy/objspace/std/complexobject.py
b/pypy/objspace/std/complexobject.py
--- a/pypy/objspace/std/complex
Author: Philip Jenvey
Branch: py3k
Changeset: r64205:613a326d9b56
Date: 2013-05-15 12:58 -0700
http://bitbucket.org/pypy/pypy/changeset/613a326d9b56/
Log:reapply py3k changes: kill cmp, there's no need to shortcircuit
eq/ne now that we lack cmp, next -> __next__
diff --git a/pypy/obj