summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 18:46:39 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 18:46:39 (GMT)
commitb925602f169d47270a064cf9eb03e21706ed25c3 (patch)
treeeb4e791e8253f66340e95dd7f19f57a0d9112f5c /Misc
parent568973181aa523bbcf7f827b3a2eb2affd96ea67 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e21b7a..fab6163 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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