[Python-checkins] python/dist/src/Misc NEWS,1.1348,1.1349

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Aug 24 20:46:49 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11387/Misc

Modified Files:
	NEWS 
Log Message:
Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1348
retrieving revision 1.1349
diff -u -d -r1.1348 -r1.1349
--- NEWS	24 Aug 2005 18:32:30 -0000	1.1348
+++ NEWS	24 Aug 2005 18:46:38 -0000	1.1349
@@ -193,6 +193,10 @@
 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



More information about the Python-checkins mailing list