Author: Manuel Jacob <m...@manueljacob.de>
Branch: py3.5
Changeset: r91121:bf079f3f0ada
Date: 2017-04-23 23:43 +0200
http://bitbucket.org/pypy/pypy/changeset/bf079f3f0ada/

Log:    2to3

diff --git a/pypy/interpreter/test/test_syntax.py 
b/pypy/interpreter/test/test_syntax.py
--- a/pypy/interpreter/test/test_syntax.py
+++ b/pypy/interpreter/test/test_syntax.py
@@ -315,7 +315,7 @@
         s = """
 from __future__ import unicode_literals; from __future__ import print_function
 """
-        exec s in {}
+        exec(s, {})
 
 
 class AppTestComprehensions:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to