summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2012-12-17 14:22:19 +0100
committerGiampaolo Rodola' <g.rodola@gmail.com>2012-12-17 14:22:19 +0100
commit896cb15d0c4a32775cbead257ae85047b5bdba14 (patch)
tree40046e4af2174f782a7e173043da8fcf6310401f /Misc
parent7c42398f3bcc1f9ad1a7ac9e2149754a9e6f334a (diff)
parentfc3278802c51bc8d56bc8a26cc9f95e4f6cfb5bd (diff)
downloadcpython-git-896cb15d0c4a32775cbead257ae85047b5bdba14.tar.gz
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f185acb43..7ba832e9ba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,9 @@ Core and Builtins
Library
-------
+- Issue #16646: ftplib.FTP.makeport() might lose socket error details.
+ (patch by Serhiy Storchaka)
+
- Issue #16626: Fix infinite recursion in glob.glob() on Windows when the
pattern contains a wildcard in the drive or UNC path. Patch by Serhiy
Storchaka.