]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 31 Oct 2011 17:35:17 +0000 (01:35 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 31 Oct 2011 17:35:17 +0000 (01:35 +0800)
commitce260142c6c6eaf32775c4aec283c3a4c921b75c
tree6e7766ee8212602dd419064dba553ea491272063
parent53bcd660122b6604373e5304bd014c41c8ca3e08
Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
even when reporthook is None. Patch by Jyrki Pulliainen.
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS