]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 71465 via svnmerge from
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 11 Apr 2009 14:30:59 +0000 (14:30 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 11 Apr 2009 14:30:59 +0000 (14:30 +0000)
commitfce769e73d05ec2e879a389320412f14ddb733ea
treeac3215914c4b036ece271ba4ede0189f68427924
parent2d87e42921c3dbf0833ddc51d5690a4032c19b6d
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
........
Doc/library/test.rst
Lib/test/support.py
Lib/test/test_heapq.py
Lib/test/test_warnings.py