[pypy-svn] r62462 - pypy/trunk/pypy/config

afa at codespeak.net afa at codespeak.net
Tue Mar 3 13:31:04 CET 2009


Author: afa
Date: Tue Mar  3 13:31:03 2009
New Revision: 62462

Modified:
   pypy/trunk/pypy/config/pypyoption.py
Log:
No need to special-case bz2 on windows:
bz2 will be skipped if header files cannot be found


Modified: pypy/trunk/pypy/config/pypyoption.py
==============================================================================
--- pypy/trunk/pypy/config/pypyoption.py	(original)
+++ pypy/trunk/pypy/config/pypyoption.py	Tue Mar  3 13:31:03 2009
@@ -45,8 +45,6 @@
     del working_modules["fcntl"]
     del working_modules["termios"]
     del working_modules["_minimal_curses"]
-    # XXX this is temporary, hopefully
-    del working_modules["bz2"]
 
 if sys.platform == "sunos5":
     del working_modules['mmap']   # depend on ctypes, can't get at c-level 'errono'



More information about the Pypy-commit mailing list