[pypy-commit] pypy default: backout 17dbaa121d5d

bdkearns noreply at buildbot.pypy.org
Wed Apr 3 10:03:42 CEST 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r62949:d3233835e793
Date: 2013-04-03 01:03 -0700
http://bitbucket.org/pypy/pypy/changeset/d3233835e793/

Log:	backout 17dbaa121d5d

diff --git a/pypy/module/test_lib_pypy/test_site_extra.py b/pypy/module/test_lib_pypy/test_site_extra.py
--- a/pypy/module/test_lib_pypy/test_site_extra.py
+++ b/pypy/module/test_lib_pypy/test_site_extra.py
@@ -2,7 +2,7 @@
 
 
 def test_preimported_modules():
-    lst = ['__builtin__', '_warnings',
+    lst = ['__builtin__', '_codecs', '_warnings', 'codecs', 'encodings',
            'exceptions', 'signal', 'sys', 'zipimport']
     g = os.popen("'%s' -c 'import sys; print sorted(sys.modules)'" %
                  (sys.executable,))


More information about the pypy-commit mailing list