summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-26 08:51:34 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-26 08:51:34 (GMT)
commit5a650a253c89bf6a491fc67c441530969ee4bda8 (patch)
treec80a0e9eaaf700d58ad021f4fa95730e02c6c12e /Misc
parentb3f55f4a706113f24386afd4bb1262b44a1c70c0 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5bf94c0..75a21b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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