Author: Antonio Cuni <anto.c...@gmail.com> Branch: py3k Changeset: r56539:5ee8e29dd95d Date: 2012-08-02 18:41 +0200 http://bitbucket.org/pypy/pypy/changeset/5ee8e29dd95d/
Log: we need this now diff --git a/pypy/interpreter/test/test_argument.py b/pypy/interpreter/test/test_argument.py --- a/pypy/interpreter/test/test_argument.py +++ b/pypy/interpreter/test/test_argument.py @@ -97,6 +97,9 @@ def str_w(self, s): return str(s) + def unicode_w(self, s): + return unicode(s) + def len(self, x): return len(x) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit