[pypy-commit] pypy py3k: merge

antocuni noreply at buildbot.pypy.org
Thu May 31 11:57:59 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
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",


More information about the pypy-commit mailing list