]> granicus.if.org Git - python/commit
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 May 2018 09:19:09 +0000 (02:19 -0700)
committerGitHub <noreply@github.com>
Tue, 29 May 2018 09:19:09 +0000 (02:19 -0700)
commitbe5d616e5529a1388a0b451bf6a65ad5bdb70d29
treecdc131d0b5830ec05f39715620072e62866ee793
parent2641ee5040abb090e66e4ff80c33b76729b36e75
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194)

(cherry picked from commit 2179022d94937d7b0600b0dc192ca6fa5f53d830)

Co-authored-by: Yury Selivanov <yury@magic.io>
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py
Misc/NEWS.d/next/Library/2018-05-29-01-13-39.bpo-33654.sa81Si.rst [new file with mode: 0644]