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

fijal at codespeak.net fijal at codespeak.net
Thu Jan 24 13:34:37 CET 2008


Author: fijal
Date: Thu Jan 24 13:34:36 2008
New Revision: 50960

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Remove zipimporter from allworkingmodules, distutils tend to choke on
lack of undocumented features.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Thu Jan 24 13:34:36 2008
@@ -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