diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 18:46:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 18:46:39 (GMT) |
commit | b925602f169d47270a064cf9eb03e21706ed25c3 (patch) | |
tree | eb4e791e8253f66340e95dd7f19f57a0d9112f5c /Misc | |
parent | 568973181aa523bbcf7f827b3a2eb2affd96ea67 (diff) | |
download | cpython-b925602f169d47270a064cf9eb03e21706ed25c3.zip cpython-b925602f169d47270a064cf9eb03e21706ed25c3.tar.gz cpython-b925602f169d47270a064cf9eb03e21706ed25c3.tar.bz2 |
Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -193,6 +193,10 @@ Extension Modules Library ------- +- Patch #1062060: urllib.urlretrieve() now raises a new exception, named + ContentTooShortException, when the actually downloaded size does not + match the Content-Length header. + - Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings. - Bug #1178484: Return complete lines from codec stream readers |