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

bigdog at codespeak.net bigdog at codespeak.net
Mon May 12 14:38:02 CEST 2008


Author: bigdog
Date: Mon May 12 14:37:59 2008
New Revision: 54676

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
the bzr2 module correctly translates on windows, add to windows allworkingmodules list.  This was the last of the allworkinglist modules.  They are all now classified as: will never work, or broken.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Mon May 12 14:37:59 2008
@@ -45,8 +45,7 @@
     # modules with unknown windows support
     # XXX what exactly is broken here? are the libs installed on the buildbots?
     del working_modules["zlib"] # MLS - Added 5/11/08 - broken
-    del working_modules["bz2"]  # UNKNOWN State - needs validating
-
+ 
 
 
 module_dependencies = {}



More information about the Pypy-commit mailing list