summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-04 16:20:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-01-04 16:20:16 (GMT)
commit9fe67ceebf697f8a49854badf704ceee122968cf (patch)
treeb364541553b1603a8377d61b58b085935cb7d4ee /Misc
parentc1edb585a2cdb53bd8be38f435358c128f8b4e5b (diff)
downloadcpython-9fe67ceebf697f8a49854badf704ceee122968cf.zip
cpython-9fe67ceebf697f8a49854badf704ceee122968cf.tar.gz
cpython-9fe67ceebf697f8a49854badf704ceee122968cf.tar.bz2
make SSLv23 the default version in ftplib (closes #23111)
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 276b537..47a73fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #23111: Maximize compatibility in protocol versions of ftplib.FTP_TLS.
+
- Issue #23112: Fix SimpleHTTPServer to correctly carry the query string and
fragment when it redirects to add a trailing slash.