Author: Brian Kearns <[email protected]>
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,))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit