diff options
author | Georg Brandl <georg@python.org> | 2007-01-21 10:35:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-01-21 10:35:10 (GMT) |
commit | dd7b0525e902ee12a612611ea082e12f5999c823 (patch) | |
tree | ea6fda1769b0311d8f166d05d32d112afaa82c25 /Misc | |
parent | b84c13792db49abdfac97663badfeda0bba11279 (diff) | |
download | cpython-dd7b0525e902ee12a612611ea082e12f5999c823.zip cpython-dd7b0525e902ee12a612611ea082e12f5999c823.tar.gz cpython-dd7b0525e902ee12a612611ea082e12f5999c823.tar.bz2 |
Patch #1627441: close sockets properly in urllib2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ Core and builtins 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 |