commit | 962e9165aac50703f84f4ea6fd23d81a12fdebeb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 21 10:35:14 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 21 10:35:14 2007 +0000 |
tree | c64b32e0831f0b6999711fb4b73543cc741e7d16 | |
parent | 8e932e7d6886544a1b0f2503382d87e3875eb9fe [diff] [blame] |
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().