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 efa0018..c64a99b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,11 @@
 
 - Stop packaging versioncheck tool (already done for rc1).
 
+Tests
+-----
+
+- Issue #9424: Replace deprecated assert* methods in the Python test suite.
+
 
 What's New in Python 3.1.3 release candidate 1?
 ===============================================
@@ -184,7 +189,7 @@
 
 - Issue #10126: Fix distutils' test_build when Python was built with
   --enable-shared.
-  
+
 - Fix typo in one sdist option (medata-check).
 
 - Issue #9199: Fix incorrect use of distutils.cmd.Command.announce.