diff options
author | Georg Brandl <georg@python.org> | 2005-08-26 08:51:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-26 08:51:34 (GMT) |
commit | 5a650a253c89bf6a491fc67c441530969ee4bda8 (patch) | |
tree | c80a0e9eaaf700d58ad021f4fa95730e02c6c12e /Misc | |
parent | b3f55f4a706113f24386afd4bb1262b44a1c70c0 (diff) | |
download | cpython-5a650a253c89bf6a491fc67c441530969ee4bda8.zip cpython-5a650a253c89bf6a491fc67c441530969ee4bda8.tar.gz cpython-5a650a253c89bf6a491fc67c441530969ee4bda8.tar.bz2 |
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -204,6 +204,9 @@ Extension Modules Library ------- +- Patch #810023: Fix off-by-one bug in urllib.urlretrieve reporthook + functionality. + - Bug #1163178: Make IDNA return an empty string when the input is empty. - Patch #848017: Make Cookie more RFC-compliant. Use CRLF as default output |