]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 31 Oct 2011 17:39:49 +0000 (01:39 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 31 Oct 2011 17:39:49 +0000 (01:39 +0800)
commitab06e3f285ae61e5abc48b350034c94b7d624fda
tree9325164c48c71835018d81d4490bd8b91800ad1a
parent6a57afee04ad569a274880b526d39954d06ef53e
parentce260142c6c6eaf32775c4aec283c3a4c921b75c
merge from 3.2 - 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