[pypy-svn] r35957 - pypy/dist/pypy/config

mwh at codespeak.net mwh at codespeak.net
Fri Dec 22 15:56:47 CET 2006


Author: mwh
Date: Fri Dec 22 15:56:45 2006
New Revision: 35957

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
strjoins seem to be working again


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Fri Dec 22 15:56:45 2006
@@ -129,7 +129,7 @@
                              ("translation.withsmallfuncsets", 5),
                              ("translation.profopt",
                               "-c 'from richards import main;main(); from test import pystone; pystone.main()'"),
-#                             ("objspace.std.withstrjoin", True),
+                             ("objspace.std.withstrjoin", True),
                              ("objspace.std.withstrslice", True),
                              ("objspace.std.withsmallint", True),
                              ("objspace.std.withrangelist", True),



More information about the Pypy-commit mailing list