Issue #7498: make test_multiprocessing use test_support.find_unused_port
instead of a hard coded port number in test_rapid_restart.
diff --git a/Misc/NEWS b/Misc/NEWS
index 08369a2..53905e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,7 @@
 - Issue #7466: segmentation fault when the garbage collector is called
   in the middle of populating a tuple.  Patch by Florent Xicluna.
 
+
 Library
 -------
 
@@ -42,6 +43,14 @@
   distutils.dist.DistributionMetadata.
 
 
+Tests
+-----
+
+- Issue #7498: test_multiprocessing now uses test_support.find_unused_port
+  instead of a hardcoded port number in test_rapid_restart.
+
+
+
 What's New in Python 2.7 alpha 1
 ================================