[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.88, 1.1193.2.89

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


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

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
backport 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.1193.2.88
retrieving revision 1.1193.2.89
diff -u -d -r1.1193.2.88 -r1.1193.2.89
--- NEWS	26 Aug 2005 08:33:28 -0000	1.1193.2.88
+++ NEWS	26 Aug 2005 08:51:39 -0000	1.1193.2.89
@@ -79,6 +79,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.
 
 - Bug #1121494: distutils.dir_utils.mkpath now accepts Unicode strings.



More information about the Python-checkins mailing list