From: Gregory P. Smith Date: Sat, 10 Nov 2012 21:44:50 +0000 (-0800) Subject: Fixes issue #16409: The reporthook callback made by the legacy X-Git-Tag: v3.4.0a1~2044 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b696610c2d0e6a5a381247b3f96bf678307a08e3;p=thirdparty%2FPython%2Fcpython.git Fixes issue #16409: The reporthook callback made by the legacy urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve. --- b696610c2d0e6a5a381247b3f96bf678307a08e3