[pypy-commit] pypy py3k: exec is a function in python3, not a statement (also in the INVALID cases, although some still fail)

2012-01-26 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r51838:cbba65e7057f Date: 2012-01-27 00:13 +0100 http://bitbucket.org/pypy/pypy/changeset/cbba65e7057f/ Log:exec is a function in python3, not a statement (also in the INVALID cases, although some still fail) diff --git a/pypy/interpreter/

[pypy-commit] pypy py3k: exec is a function in python3, not a statement

2012-01-26 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r51837:4a4a774f432f Date: 2012-01-27 00:10 +0100 http://bitbucket.org/pypy/pypy/changeset/4a4a774f432f/ Log:exec is a function in python3, not a statement diff --git a/pypy/interpreter/test/test_syntax.py b/pypy/interpreter/test/test_syntax.py --