| commit | 6b0bdab4293684a2a7e47e8e8e70076c8670eb9b | [log] [tgz] |
|---|---|---|
| author | Gregory P. Smith <greg@krypto.org> | Sat Nov 10 13:43:44 2012 -0800 |
| committer | Gregory P. Smith <greg@krypto.org> | Sat Nov 10 13:43:44 2012 -0800 |
| tree | 6ec957a8c657b0e66d3fed6d6c944068137afc59 | |
| parent | 296c2fd065f3ad026dd7169d5fd323a0fee40b31 [diff] |
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.