summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-10-21 20:30:02 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-10-21 20:30:02 (GMT)
commitf577686fd3c4a78bb1fe881a872731600ec7c3b6 (patch)
treebd6b05ccca5a3f6dbd8843f024d09c7141292b0c /Misc/NEWS
parent8a915499f65cb9477483e4af23f93825edaa1d25 (diff)
downloadcpython-f577686fd3c4a78bb1fe881a872731600ec7c3b6.zip
cpython-f577686fd3c4a78bb1fe881a872731600ec7c3b6.tar.gz
cpython-f577686fd3c4a78bb1fe881a872731600ec7c3b6.tar.bz2
Issue #10836: Fix exception raised when file not found in urlretrieve
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 cffead0..2f304c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,9 @@ Core and Builtins
Library
-------
+- Issue #10836: Fix exception raised when file not found in urlretrieve
+ Initial patch by Ezio Melotti.
+
- Issue #14398: Fix size truncation and overflow bugs in the bz2 module.
- Issue #12692: Fix resource leak in urllib.request when talking to an HTTP