]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixes issue #16409: The reporthook callback made by the legacy
authorGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 21:44:50 +0000 (13:44 -0800)
committerGregory P. Smith <greg@krypto.org>
Sat, 10 Nov 2012 21:44:50 +0000 (13:44 -0800)
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.

1  2 
Lib/urllib/request.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
Simple merge