[pypy-svn] pypy collections-module: Add _collections in all_working_modules.

arigo commits-noreply at bitbucket.org
Wed Feb 16 11:07:29 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: collections-module
Changeset: r42021:ff8d589945e5
Date: 2011-02-16 11:06 +0100
http://bitbucket.org/pypy/pypy/changeset/ff8d589945e5/

Log:	Add _collections in all_working_modules.

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -32,7 +32,8 @@
      "crypt", "signal", "_rawffi", "termios", "zlib", "bz2",
      "struct", "_hashlib", "_md5", "_sha", "_minimal_curses", "cStringIO",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
-     "_bisect", "binascii", "_multiprocessing", '_warnings']
+     "_bisect", "binascii", "_multiprocessing", '_warnings',
+     "_collections"]
 ))
 
 translation_modules = default_modules.copy()


More information about the Pypy-commit mailing list