Author: Philip Jenvey <pjen...@underboss.org> Branch: py3.5 Changeset: r89625:340c549c6f11 Date: 2017-01-16 21:10 -0800 http://bitbucket.org/pypy/pypy/changeset/340c549c6f11/
Log: fix translation diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b/pypy/interpreter/function.py @@ -544,7 +544,7 @@ except OperationError as e: if not e.match(space, space.w_TypeError): raise - name = '?' + name = u'?' objrepr = space.unicode_w(space.repr(self.w_instance)) s = u'<bound method %s of %s>' % (name, objrepr) return space.wrap(s) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit