diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-10-31 17:39:49 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-10-31 17:39:49 (GMT) |
commit | ab06e3f285ae61e5abc48b350034c94b7d624fda (patch) | |
tree | 9325164c48c71835018d81d4490bd8b91800ad1a /Misc | |
parent | 6a57afee04ad569a274880b526d39954d06ef53e (diff) | |
parent | ce260142c6c6eaf32775c4aec283c3a4c921b75c (diff) | |
download | cpython-ab06e3f285ae61e5abc48b350034c94b7d624fda.zip cpython-ab06e3f285ae61e5abc48b350034c94b7d624fda.tar.gz cpython-ab06e3f285ae61e5abc48b350034c94b7d624fda.tar.bz2 |
merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError
even when reporthook is None. Patch by Jyrki Pulliainen.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -347,6 +347,9 @@ Core and Builtins Library ------- +- Issue 10817: Fix urlretrieve function to raise ContentTooShortError even + when reporthook is None. Patch by Jyrki Pulliainen. + - Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. (Patch by Roger Serwy) |