]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Add set_protocol / get_protocol methods to Transports
authorYury Selivanov <yury@magic.io>
Mon, 12 Sep 2016 01:11:02 +0000 (21:11 -0400)
committerYury Selivanov <yury@magic.io>
Mon, 12 Sep 2016 01:11:02 +0000 (21:11 -0400)
commita05a6ef1ca781e2f98fb4332284aca649f24f75d
treed67a01ecdd45ef3301d88afcb63e80450a30b6da
parent06e18a7c2473e6d1e8be3dee5c9232ab934e1ef2
asyncio: Add set_protocol / get_protocol methods to Transports
Lib/asyncio/base_subprocess.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/transports.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_sslproto.py