[pypy-svn] r66250 - pypy/branch/parser-compiler/pypy/interpreter/pyparser

benjamin at codespeak.net benjamin at codespeak.net
Wed Jul 15 21:24:06 CEST 2009


Author: benjamin
Date: Wed Jul 15 21:24:05 2009
New Revision: 66250

Modified:
   pypy/branch/parser-compiler/pypy/interpreter/pyparser/pygram.py
Log:
revert 66249; still in 2.5....

Modified: pypy/branch/parser-compiler/pypy/interpreter/pyparser/pygram.py
==============================================================================
--- pypy/branch/parser-compiler/pypy/interpreter/pyparser/pygram.py	(original)
+++ pypy/branch/parser-compiler/pypy/interpreter/pyparser/pygram.py	Wed Jul 15 21:24:05 2009
@@ -23,6 +23,7 @@
 python_grammar_no_with_statement.keyword_ids = \
     python_grammar_no_with_statement.keyword_ids.copy()
 del python_grammar_no_with_statement.keyword_ids["with"]
+del python_grammar_no_with_statement.keyword_ids["as"]
 
 class _Tokens(object):
     pass



More information about the Pypy-commit mailing list