summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-26 08:51:39 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-26 08:51:39 (GMT)
commitd3d235fde1a7cda270ee63353864a790bb2b2a3a (patch)
treedd0770c0d0b6d4b43265dd5a9f6fc3f84bddd1a9 /Misc
parent0acd7e05813a37d57c22f9e8a12c194c653678e1 (diff)
downloadcpython-d3d235fde1a7cda270ee63353864a790bb2b2a3a.zip
cpython-d3d235fde1a7cda270ee63353864a790bb2b2a3a.tar.gz
cpython-d3d235fde1a7cda270ee63353864a790bb2b2a3a.tar.bz2
backport 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 2af4cc4..69a5686 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,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.
- Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.