commit | 9fe67ceebf697f8a49854badf704ceee122968cf | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jan 04 10:20:16 2015 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jan 04 10:20:16 2015 -0600 |
tree | b364541553b1603a8377d61b58b085935cb7d4ee | |
parent | c1edb585a2cdb53bd8be38f435358c128f8b4e5b [diff] [blame] |
make SSLv23 the default version in ftplib (closes #23111)
diff --git a/Misc/NEWS b/Misc/NEWS index 276b537..47a73fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ 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.