]> granicus.if.org Git - python/commit
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
authorChristian Heimes <christian@python.org>
Fri, 15 Sep 2017 18:27:30 +0000 (20:27 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2017 18:27:30 +0000 (20:27 +0200)
commita170fa162dc03f0a014373349e548954fff2e567
treeed08062f8462d8b9e98e38b7832e39a85881b4e3
parent4df60f18c64ba2835e68bf3eed08d8002a00f4ac
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)

Replaces PROTOCOL_TLSv* and PROTOCOL_SSLv23 with PROTOCOL_TLS_CLIENT and
PROTOCOL_TLS_SERVER.

Signed-off-by: Christian Heimes <christian@python.org>
13 files changed:
Lib/asyncio/test_utils.py
Lib/ftplib.py
Lib/ssl.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_ftplib.py
Lib/test/test_httplib.py
Lib/test/test_imaplib.py
Lib/test/test_logging.py
Lib/test/test_poplib.py
Lib/test/test_smtpnet.py
Lib/test/test_ssl.py
Lib/test/test_urllib2_localnet.py
Misc/NEWS.d/next/Tests/2017-09-04-16-21-18.bpo-31346.xni1VR.rst [new file with mode: 0644]