]> granicus.if.org Git - python/commit
bpo-23749: Implement loop.start_tls() (#5039)
authorYury Selivanov <yury@magic.io>
Sat, 30 Dec 2017 05:35:36 +0000 (00:35 -0500)
committerGitHub <noreply@github.com>
Sat, 30 Dec 2017 05:35:36 +0000 (00:35 -0500)
commitf111b3dcb414093a4efb9d74b69925e535ddc470
tree9905a970a809f7f14cb378b5b90f1f9d06aebbeb
parentbbdb17d19bb1d5443ca4417254e014ad64c04540
bpo-23749: Implement loop.start_tls() (#5039)
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/functional.py [new file with mode: 0644]
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_sslproto.py
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Library/2017-12-29-00-44-42.bpo-23749.QL1Cxd.rst [new file with mode: 0644]