summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-10-31 18:44:45 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-10-31 18:44:45 (GMT)
commit87e585581da34e0da900f3704c0cf162bc144b7d (patch)
tree67c97e8426979af930a80990745e3bc394248588 /Misc/NEWS
parent236c0ea6142e616f3f12477a3e2837ebb494f0cd (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9407874..119355d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)