Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r55223:4fe3e17f2f5f
Date: 2012-05-31 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/4fe3e17f2f5f/
Log: merge
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -46,7 +46,7 @@
translation_modules = default_modules.copy()
translation_modules.update(dict.fromkeys(
["fcntl", "rctime", "select", "signal", "_rawffi", "zlib",
- "struct", "_md5", "array", "_ffi",
+ "struct", "array", "_ffi",
# the following are needed for pyrepl (and hence for the
# interactive prompt/pdb)
"termios", "_minimal_curses",
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit