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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 8 18:14:44 CET 2007


Author: cfbolz
Date: Thu Mar  8 18:14:42 2007
New Revision: 40084

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
what the heck?


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Thu Mar  8 18:14:42 2007
@@ -128,8 +128,8 @@
                    default=False),
 
         BoolOption("withprebuiltchar",
-                   default=False,
-                   "use prebuilt single-character string objects"),
+                   "use prebuilt single-character string objects",
+                   default=False),
 
         BoolOption("sharesmallstr",
                    "always reuse the prebuilt string objects "



More information about the Pypy-commit mailing list