#9424: Replace deprecated assert* methods in the Python test suite.
diff --git a/Misc/NEWS b/Misc/NEWS
index e19d412..081db76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,7 +27,7 @@
 Library
 -------
 
-- Issue #10371: Deprecated undocumented functions in the trace module. 
+- Issue #10371: Deprecated undocumented functions in the trace module.
 
 - Issue #10467: Fix BytesIO.readinto() after seeking into a position after the
   end of the file.
@@ -78,6 +78,8 @@
 Tests
 -----
 
+- Issue #9424: Replace deprecated assert* methods in the Python test suite.
+
 - Do not fail test_socket when the IP address of the local hostname
   cannot be looked up.