asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ · python/cpython@92e7c7f · GitHub
Skip to content

Commit 92e7c7f

Browse files
author
Yury Selivanov
committed
asyncio: Add "call_connection_made" arg to SSLProtocol.__init__
Issue #23749: With this change it's possible to implement starttls as a separate package on PyPI, or even by copying/pasting a small snipped of code in your project. It's expected that we'll figure out the API design for starttls during 3.6, so that we can add it in 3.7.
1 parent 8dc3e43 commit 92e7c7f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lib/asyncio/sslproto.py

Lines changed: 5 additions & 2 deletions

0 commit comments

Comments
 (0)