]> granicus.if.org Git - python/commit
Issue 10556: test_zipimport_support implicitly imports too many modules (including...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 11 Jan 2011 10:05:20 +0000 (10:05 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 11 Jan 2011 10:05:20 +0000 (10:05 +0000)
commit90be5fb8175705320c8d2cdabb35292a40257cf7
tree5292addc88008e526b05009c99096efdddf71b68
parent6655d113e66b679b5b0c8849f7c58107fdf3e22e
Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test
Lib/test/support.py
Lib/test/test_zipimport_support.py