diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-01-04 16:20:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-01-04 16:20:16 (GMT) |
commit | 9fe67ceebf697f8a49854badf704ceee122968cf (patch) | |
tree | b364541553b1603a8377d61b58b085935cb7d4ee /Misc | |
parent | c1edb585a2cdb53bd8be38f435358c128f8b4e5b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |