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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Mar 22 11:35:20 CET 2007


Author: cfbolz
Date: Thu Mar 22 11:35:19 2007
New Revision: 41015

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
use the more regular option name again


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Thu Mar 22 11:35:19 2007
@@ -103,7 +103,7 @@
 
     OptionDescription("std", "Standard Object Space Options", [
         BoolOption("withtproxy", "support transparent proxies",
-                   default=False, cmdline='--with-transparent-proxy'),
+                   default=False),
 
         BoolOption("withsmallint", "use tagged integers",
                    default=False,



More information about the Pypy-commit mailing list