summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efa0018..c64a99b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,11 @@ Build
- 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 @@ Library
- 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.