[pypy-svn] pypy default: Patch by ???@pocketnix.org.

arigo commits-noreply at bitbucket.org
Mon Apr 11 21:21:44 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r43303:3e12c40ef735
Date: 2011-04-11 21:18 +0200
http://bitbucket.org/pypy/pypy/changeset/3e12c40ef735/

Log:	Patch by ???@pocketnix.org.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -39,7 +39,7 @@
 translation_modules = default_modules.copy()
 translation_modules.update(dict.fromkeys(
     ["fcntl", "rctime", "select", "signal", "_rawffi", "zlib",
-     "struct", "md5", "cStringIO", "array"]))
+     "struct", "_md5", "cStringIO", "array"]))
 
 working_oo_modules = default_modules.copy()
 working_oo_modules.update(dict.fromkeys(


More information about the Pypy-commit mailing list