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

bgola at codespeak.net bgola at codespeak.net
Wed Jun 18 16:25:43 CEST 2008


Author: bgola
Date: Wed Jun 18 16:25:43 2008
New Revision: 55947

Modified:
   pypy/branch/2.5-features/pypy/config/pypyoption.py
Log:
Grammar2.5 as default option



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 Jun 18 16:25:43 2008
@@ -87,7 +87,7 @@
                  cmdline='--compiler'),
 
     ChoiceOption("pyversion", "which grammar to use for app-level code",
-                 ["2.3", "2.4", "2.5a", "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