commit | dd7b0525e902ee12a612611ea082e12f5999c823 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 21 10:35:10 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 21 10:35:10 2007 +0000 |
tree | ea6fda1769b0311d8f166d05d32d112afaa82c25 | |
parent | b84c13792db49abdfac97663badfeda0bba11279 [diff] [blame] |
Patch #1627441: close sockets properly in urllib2.
diff --git a/Misc/NEWS b/Misc/NEWS index 25593a3..5f4fdc1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -111,6 +111,8 @@ Library ------- +- Patch #1627441: close sockets properly in urllib2. + - Bug #494589: make ntpath.expandvars behave according to its docstring. - Changed platform module API python_version_tuple() to actually