[pypy-svn] r56597 - pypy/branch/2.5-features/pypy/config

bgola at codespeak.net bgola at codespeak.net
Wed Jul 16 17:18:02 CEST 2008


Author: bgola
Date: Wed Jul 16 17:18:01 2008
New Revision: 56597

Modified:
   pypy/branch/2.5-features/pypy/config/pypyoption.py
Log:
chaning grammar default version to 2.5

Modified: pypy/branch/2.5-features/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/2.5-features/pypy/config/pypyoption.py	(original)
+++ pypy/branch/2.5-features/pypy/config/pypyoption.py	Wed Jul 16 17:18:01 2008
@@ -87,7 +87,7 @@
                  cmdline='--compiler'),
 
     ChoiceOption("pyversion", "which grammar to use for app-level code",
-                 ["2.3", "2.4", "2.5"], "2.4",
+                 ["2.3", "2.4", "2.5"], "2.5",
                  cmdline='--pyversion'),
 
     OptionDescription("opcodes", "opcodes to enable in the interpreter", [



More information about the Pypy-commit mailing list