diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-10-31 18:44:45 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-10-31 18:44:45 (GMT) |
commit | 87e585581da34e0da900f3704c0cf162bc144b7d (patch) | |
tree | 67c97e8426979af930a80990745e3bc394248588 /Misc/NEWS | |
parent | 236c0ea6142e616f3f12477a3e2837ebb494f0cd (diff) | |
download | cpython-87e585581da34e0da900f3704c0cf162bc144b7d.zip cpython-87e585581da34e0da900f3704c0cf162bc144b7d.tar.gz cpython-87e585581da34e0da900f3704c0cf162bc144b7d.tar.bz2 |
Port to 2.7 - issue 10817 - Fix urlretrieve function to raise
ContentTooShortError even when reporthook is None. Patch by Jyrki Pulliainen.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,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) |