[pypy-svn] r56613 - pypy/dist/pypy/config
arigo at codespeak.net
arigo at codespeak.net
Thu Jul 17 11:53:25 CEST 2008
Author: arigo
Date: Thu Jul 17 11:53:24 2008
New Revision: 56613
Modified:
pypy/dist/pypy/config/pypyoption.py
Log:
This is no longer broken as far as I can tell.
Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py (original)
+++ pypy/dist/pypy/config/pypyoption.py Thu Jul 17 11:53:24 2008
@@ -285,7 +285,7 @@
"special case the 'list[integer]' expressions",
default=False),
BoolOption("builtinshortcut",
- "a shortcut for operations between built-in types XXX BROKEN",
+ "a shortcut for operations between built-in types",
default=False),
BoolOption("getattributeshortcut",
"track types that override __getattribute__",
More information about the Pypy-commit
mailing list