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

arigo at codespeak.net arigo at codespeak.net
Sat May 3 19:42:57 CEST 2008


Author: arigo
Date: Sat May  3 19:42:55 2008
New Revision: 54379

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Option no longer used (and undocumented, making test_pypyoption fail)


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Sat May  3 19:42:55 2008
@@ -253,9 +253,6 @@
                    requires=[("objspace.std.withrangelist", False),
                              ("objspace.name", "std"),
                              ("objspace.std.withtproxy", False)]),
-        BoolOption("withmultituple",
-                   "use tuples optimized for sizes",
-                   default=False),
         BoolOption("withfastslice",
                    "make list slicing lazy",
                    default=False,



More information about the Pypy-commit mailing list