summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-07 12:18:33 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-07 12:18:33 (GMT)
commit6de9e938a5f70128a77c589b3ec40936f6335c1c (patch)
treec92fde2ad98ab954b494c59b1554da17f3720ccd /Misc/NEWS
parent1f3b4e12e8ba9cd896625ba02ea1ab6849ca3a07 (diff)
downloadcpython-6de9e938a5f70128a77c589b3ec40936f6335c1c.zip
cpython-6de9e938a5f70128a77c589b3ec40936f6335c1c.tar.gz
cpython-6de9e938a5f70128a77c589b3ec40936f6335c1c.tar.bz2
Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
effectively raised. A new utility ``check_py3k_warnings`` deals with py3k warnings.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e982cb..abf113e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -138,6 +138,9 @@ Extension Modules
Tests
-----
+- Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
+ effectively raised. A new utility ``check_py3k_warnings`` is available.
+
- The four path modules (genericpath, macpath, ntpath, posixpath) share a
common TestCase for some tests: test_genericpath.CommonTest.