diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-30 21:15:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-30 21:15:43 (GMT) |
commit | 36fe7926f888ba154b64904b91a5dd8c83e6c167 (patch) | |
tree | 52d4535826386783b6a5f1e3598f4586d1a8c0c2 /Misc | |
parent | 3cd1af51f67d56874529a4581e9cdbd3c7277cee (diff) | |
download | cpython-36fe7926f888ba154b64904b91a5dd8c83e6c167.zip cpython-36fe7926f888ba154b64904b91a5dd8c83e6c167.tar.gz cpython-36fe7926f888ba154b64904b91a5dd8c83e6c167.tar.bz2 |
make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #23111: In the ftplib, make ssl.PROTOCOL_SSLv23 the default protocol + version. + - Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), instead of reading /dev/urandom, to get pseudo-random bytes. |