diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-12-23 17:04:24 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-12-23 17:04:24 (GMT) |
commit | 41e66a26b0b86291f5fb846ffe2dc641b5ced65a (patch) | |
tree | 9812deaeb24350f851a355f7dc3ec96dbb75d71c /Misc | |
parent | 3cbdaa3fee9489570124c368c94ff84718c81dae (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |