[pypy-svn] r16797 - pypy/release/0.7.x/pypy/interpreter

nik at codespeak.net nik at codespeak.net
Sat Aug 27 18:02:06 CEST 2005


Author: nik
Date: Sat Aug 27 18:01:59 2005
New Revision: 16797

Modified:
   pypy/release/0.7.x/pypy/interpreter/baseobjspace.py
Log:
tentatively enable the _sre MixedModule by default.


Modified: pypy/release/0.7.x/pypy/interpreter/baseobjspace.py
==============================================================================
--- pypy/release/0.7.x/pypy/interpreter/baseobjspace.py	(original)
+++ pypy/release/0.7.x/pypy/interpreter/baseobjspace.py	Sat Aug 27 18:01:59 2005
@@ -193,7 +193,7 @@
                 modules.append(name) 
 
         modules.extend(['unicodedata', '_codecs',
-                         'array', 'marshal', 'errno', 'math'])
+                         'array', 'marshal', 'errno', 'math', '_sre'])
 
         if self.options.nofaking:
             modules.append('posix')



More information about the Pypy-commit mailing list