diff options
author | Georg Brandl <georg@python.org> | 2005-08-26 08:51:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-26 08:51:39 (GMT) |
commit | d3d235fde1a7cda270ee63353864a790bb2b2a3a (patch) | |
tree | dd0770c0d0b6d4b43265dd5a9f6fc3f84bddd1a9 /Misc | |
parent | 0acd7e05813a37d57c22f9e8a12c194c653678e1 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |