]> granicus.if.org Git - python/commit
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194)
authorYury Selivanov <yury@magic.io>
Tue, 29 May 2018 09:02:40 +0000 (05:02 -0400)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 29 May 2018 09:02:40 +0000 (12:02 +0300)
commit2179022d94937d7b0600b0dc192ca6fa5f53d830
tree7d548110d8138728e42d5621a0a38424abd47bcd
parentf295587c45f96b62d24f9a12cef6931b0805f596
bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194)
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]