Author: Maciej Fijalkowski <[email protected]>
Branch: rdict-experiments-2
Changeset: r59985:867b49505d4b
Date: 2013-01-12 11:58 +0200
http://bitbucket.org/pypy/pypy/changeset/867b49505d4b/

Log:    two more things that are needed these days

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -42,7 +42,7 @@
 translation_modules.update(dict.fromkeys(
     ["fcntl", "rctime", "select", "signal", "_rawffi", "zlib",
      "struct", "_md5", "cStringIO", "array", "_ffi",
-     "binascii",
+     "binascii", "itertools", "_collections",
      # 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

Reply via email to