summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2009-04-22 16:13:36 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2009-04-22 16:13:36 (GMT)
commit4738470402eff47379672a45fa5eb447461b38a0 (patch)
treed3005b480b6ecfd432d264e1526d5419c50c2938 /Misc
parentae9b6ad91ea3bf561c8d0d222f3e1df85baeedea (diff)
downloadcpython-4738470402eff47379672a45fa5eb447461b38a0.zip
cpython-4738470402eff47379672a45fa5eb447461b38a0.tar.gz
cpython-4738470402eff47379672a45fa5eb447461b38a0.tar.bz2
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) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ca4a864..cc70d78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,15 @@ Extension Modules
- 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?
=================================