Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r47958:cf11d95048c8
Date: 2011-10-12 01:13 +0200
http://bitbucket.org/pypy/pypy/changeset/cf11d95048c8/
Log: Copy Grammar2.7 into Grammar3.2. No change so far
diff --git a/pypy/interpreter/pyparser/data/Grammar2.7
b/pypy/interpreter/pyparser/data/Grammar3.2
copy from pypy/interpreter/pyparser/data/Grammar2.7
copy to pypy/interpreter/pyparser/data/Grammar3.2
diff --git a/pypy/interpreter/pyparser/pygram.py
b/pypy/interpreter/pyparser/pygram.py
--- a/pypy/interpreter/pyparser/pygram.py
+++ b/pypy/interpreter/pyparser/pygram.py
@@ -9,7 +9,7 @@
def _get_python_grammar():
here = os.path.dirname(__file__)
- fp = open(os.path.join(here, "data", "Grammar2.7"))
+ fp = open(os.path.join(here, "data", "Grammar3.2"))
try:
gram_source = fp.read()
finally:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit