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

fijal at codespeak.net fijal at codespeak.net
Thu Oct 25 12:10:33 CEST 2007


Author: fijal
Date: Thu Oct 25 12:10:33 2007
New Revision: 47905

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Remove zipimport from allworkingmodules as it has some bootstrapping problems.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Thu Oct 25 12:10:33 2007
@@ -24,7 +24,7 @@
 working_modules.update(dict.fromkeys(
     ["_socket", "unicodedata", "mmap", "fcntl", "rctime", "select",
      "crypt", "signal", "dyngram", "readline", "termios", "zlib",
-     "struct", "md5", "sha", "bz2", 'zipimport'
+     "struct", "md5", "sha", "bz2"
     ]
 ))
 



More information about the Pypy-commit mailing list