commit | 41e66a26b0b86291f5fb846ffe2dc641b5ced65a | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sun Dec 23 09:04:24 2012 -0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sun Dec 23 09:04:24 2012 -0800 |
tree | 9812deaeb24350f851a355f7dc3ec96dbb75d71c | |
parent | 3cbdaa3fee9489570124c368c94ff84718c81dae [diff] |
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
diff --git a/Misc/NEWS b/Misc/NEWS index 2b50cbb..9a33632 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -179,6 +179,8 @@ 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)