commit | fce769e73d05ec2e879a389320412f14ddb733ea | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sat Apr 11 14:30:59 2009 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Apr 11 14:30:59 2009 +0000 |
tree | ac3215914c4b036ece271ba4ede0189f68427924 | |
parent | 2d87e42921c3dbf0833ddc51d5690a4032c19b6d [diff] |
Merged revisions 71465 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71465 | nick.coghlan | 2009-04-11 23:31:31 +1000 (Sat, 11 Apr 2009) | 1 line Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks ........