Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8fdc881..13f7cc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@
 
 - Issue #17981: Closed socket on error in SysLogHandler.
 
+- Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.
+
 - Issue #17754: Make ctypes.util.find_library() independent of the locale.
 
 - Fix typos in the multiprocessing module.