[pypy-svn] r18165 - pypy/dist/pypy
pedronis at codespeak.net
pedronis at codespeak.net
Tue Oct 4 21:27:04 CEST 2005
Author: pedronis
Date: Tue Oct 4 21:27:02 2005
New Revision: 18165
Modified:
pypy/dist/pypy/conftest.py
Log:
anotather place needing a default compiler check (we really need to unify our pypy option handling)
Modified: pypy/dist/pypy/conftest.py
==============================================================================
--- pypy/dist/pypy/conftest.py (original)
+++ pypy/dist/pypy/conftest.py Tue Oct 4 21:27:02 2005
@@ -37,7 +37,7 @@
callback=usemodules_callback, default=[],
help="(mixed) modules to use."),
Option('--compiler', action="store", type="string", dest="compiler",
- metavar="[stable|_stable|ast|cpython]", default='stable',
+ metavar="[stable|_stable|ast|cpython]", default='ast',
help="""select compiling approach. see pypy/doc/README.compiling""")
)
More information about the Pypy-commit
mailing list