Author: Philip Jenvey <pjen...@underboss.org>
Branch: 
Changeset: r65489:40a0a35f612c
Date: 2013-07-19 16:02 -0700
http://bitbucket.org/pypy/pypy/changeset/40a0a35f612c/

Log:    py3k branch compat.

diff --git a/pypy/module/test_lib_pypy/test_tputil.py 
b/pypy/module/test_lib_pypy/test_tputil.py
--- a/pypy/module/test_lib_pypy/test_tputil.py
+++ b/pypy/module/test_lib_pypy/test_tputil.py
@@ -39,7 +39,7 @@
         l = []
 
         def f(*args):
-            print args
+            print(args)
 
         tp = make_proxy(f, type=A)
         #tp.__getslice__(0, 1)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to