]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Refactor the new test for issue19081 to exec import statements into a
authorGregory P. Smith <greg@krypto.org>
Tue, 28 Jan 2014 06:06:51 +0000 (22:06 -0800)
committerGregory P. Smith <greg@krypto.org>
Tue, 28 Jan 2014 06:06:51 +0000 (22:06 -0800)
commit1a4795525511154621cca5f083b93c953327c7b6
treec3448779ab995efea4c55531889518e75741913b
parent31f5121275908b8d3f428d7e5499ddfe005f82ee
Refactor the new test for issue19081 to exec import statements into a
test_ns dict instead of the actual globals() and locals().  Suggested
after review by Thomas Wouters.
Lib/test/test_zipimport.py