]> granicus.if.org Git - python/commit
Issue 5354: Change API for import_fresh_module() to better support test_warnings...
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 22 Apr 2009 15:26:04 +0000 (15:26 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 22 Apr 2009 15:26:04 +0000 (15:26 +0000)
commit5533ff6a2ea1560cf6700c07096f34c5b9bf5874
tree3b18b0f97f12b77acee779264a83622a6e08f361
parentaca19e6a740c424aec243a4721b18d12e9129aa7
Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation)
Doc/library/test.rst
Lib/test/test_heapq.py
Lib/test/test_support.py
Lib/test/test_warnings.py
Misc/NEWS