[pypy-svn] r33334 - pypy/branch/even-more-config3/pypy/tool

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Oct 16 15:43:43 CEST 2006


Author: cfbolz
Date: Mon Oct 16 15:43:42 2006
New Revision: 33334

Modified:
   pypy/branch/even-more-config3/pypy/tool/option.py
Log:
(pedronis, cfbolz): don't expose the translation options to py.py, since it is
confusing.


Modified: pypy/branch/even-more-config3/pypy/tool/option.py
==============================================================================
--- pypy/branch/even-more-config3/pypy/tool/option.py	(original)
+++ pypy/branch/even-more-config3/pypy/tool/option.py	Mon Oct 16 15:43:42 2006
@@ -26,7 +26,7 @@
  
 def get_standard_options():
     config = Config(pypy_optiondescription)
-    parser = to_optparse(config)
+    parser = to_optparse(config, useoptions=["objspace.*"])
     parser.add_option(
         '-H', action="callback",
         callback=run_tb_server,



More information about the Pypy-commit mailing list