[pypy-commit] pypy py3k: we need this now

antocuni noreply at buildbot.pypy.org
Thu Aug 2 19:10:42 CEST 2012


Author: Antonio Cuni <anto.cuni at 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)
 


More information about the pypy-commit mailing list