[pypy-svn] r78388 - pypy/branch/bisect-module/pypy/config

arigo at codespeak.net arigo at codespeak.net
Thu Oct 28 10:49:23 CEST 2010


Author: arigo
Date: Thu Oct 28 10:49:21 2010
New Revision: 78388

Modified:
   pypy/branch/bisect-module/pypy/config/pypyoption.py
Log:
Enable this small module.


Modified: pypy/branch/bisect-module/pypy/config/pypyoption.py
==============================================================================
--- pypy/branch/bisect-module/pypy/config/pypyoption.py	(original)
+++ pypy/branch/bisect-module/pypy/config/pypyoption.py	Thu Oct 28 10:49:21 2010
@@ -30,7 +30,8 @@
       "rctime" , "select", "zipimport", "_lsprof",
      "crypt", "signal", "_rawffi", "termios", "zlib",
      "struct", "md5", "sha", "bz2", "_minimal_curses", "cStringIO",
-     "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array"]
+     "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
+     "_bisect"]
 ))
 
 working_oo_modules = default_modules.copy()



More information about the Pypy-commit mailing list