[Python-checkins] python/dist/src/Misc NEWS,1.1355,1.1356

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Aug 26 10:51:44 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1355
retrieving revision 1.1356
diff -u -d -r1.1355 -r1.1356
--- NEWS	26 Aug 2005 08:34:00 -0000	1.1355
+++ NEWS	26 Aug 2005 08:51:34 -0000	1.1356
@@ -204,6 +204,9 @@
 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.
 
 - Patch #848017: Make Cookie more RFC-compliant. Use CRLF as default output



More information about the Python-checkins mailing list