Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line
#9424: Replace deprecated assert* methods in the Python test suite.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index efd48aa..4e2cb9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@
- Issue #1303434: Generate ZIP file containing all PDBs.
+Tests
+-----
+
+- Issue #9424: Replace deprecated assert* methods in the Python test suite.
+
What's New in Python 2.7.1 release candidate 1?
===============================================