Patch #1627441: close sockets properly in urllib2.
 (backport from rev. 53511)
diff --git a/Misc/NEWS b/Misc/NEWS
index 7874798..3a281c4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,8 @@
 Library
 -------
 
+- Patch #1627441: close sockets properly in urllib2.
+
 - Bug #1610795: ctypes.util.find_library works now on BSD systems.
 
 - Fix sort stability in heapq.nlargest() and nsmallest().