Merged revisions 71799 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71799 | nick.coghlan | 2009-04-23 01:26:04 +1000 (Thu, 23 Apr 2009) | 1 line
Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation)
........
diff --git a/Misc/NEWS b/Misc/NEWS
index ca4a864..cc70d78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,15 @@
- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built
using Berkley-DB.
+Tests
+-----
+
+- Issue #5354: New test support function import_fresh_module() makes
+ it easy to import both normal and optimised versions of modules.
+ test_heapq and test_warnings have been adjusted to use it, tests for
+ other modules with both C and Python implementations in the stdlib
+ can be adjusted to use it over time.
+
What's New in Python 3.1 alpha 2?
=================================