summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-12-23 17:04:24 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-12-23 17:04:24 (GMT)
commit41e66a26b0b86291f5fb846ffe2dc641b5ced65a (patch)
tree9812deaeb24350f851a355f7dc3ec96dbb75d71c /Misc
parent3cbdaa3fee9489570124c368c94ff84718c81dae (diff)
downloadcpython-41e66a26b0b86291f5fb846ffe2dc641b5ced65a.zip
cpython-41e66a26b0b86291f5fb846ffe2dc641b5ced65a.tar.gz
cpython-41e66a26b0b86291f5fb846ffe2dc641b5ced65a.tar.bz2
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b50cbb..9a33632 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,8 @@ Core and Builtins
Library
-------
+- Issue #15701: Fix HTTPError info method call to return the headers information.
+
- Issue #16646: ftplib.FTP.makeport() might lose socket error details.
(patch by Serhiy Storchaka)