Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r62943:17dbaa121d5d
Date: 2013-04-03 09:16 +0200
http://bitbucket.org/pypy/pypy/changeset/17dbaa121d5d/
Log: I think it's fine if codecs are not preimported, honestly
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__', '_codecs', '_warnings', 'codecs', 'encodings',
+ lst = ['__builtin__', '_warnings',
'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