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

afa at codespeak.net afa at codespeak.net
Wed Mar 18 13:55:42 CET 2009


Author: afa
Date: Wed Mar 18 13:55:42 2009
New Revision: 63030

Modified:
   pypy/trunk/pypy/config/pypyoption.py
Log:
pypy.module.pyexpat is now a WorkingModule


Modified: pypy/trunk/pypy/config/pypyoption.py
==============================================================================
--- pypy/trunk/pypy/config/pypyoption.py	(original)
+++ pypy/trunk/pypy/config/pypyoption.py	Wed Mar 18 13:55:42 2009
@@ -28,7 +28,7 @@
       "rctime" , "select", "zipimport", "_lsprof",
      "crypt", "signal", "dyngram", "_rawffi", "termios", "zlib",
      "struct", "md5", "sha", "bz2", "_minimal_curses", "cStringIO",
-     "thread", "itertools"]
+     "thread", "itertools", "pyexpat"]
 ))
 
 working_oo_modules = default_modules.copy()
@@ -70,6 +70,7 @@
 
     "zlib"      : ["pypy.rlib.rzlib"],
     "bz2"       : ["pypy.module.bz2.interp_bz2"],
+    "pyexpat"   : ["pypy.module.pyexpat.interp_pyexpat"],
     }
 
 def get_module_validator(modname):



More information about the Pypy-commit mailing list