]> granicus.if.org Git - python/commit
asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Jul 2014 21:57:31 +0000 (23:57 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Jul 2014 21:57:31 +0000 (23:57 +0200)
commitbfff45d611f3435ed4b713124f65fba8e961ff03
tree752da659a58b6ac8178ff41a9d890cd83f2e7177
parentaea82293be0a56937fe807a0d2a44c7db392f155
asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits
until protocol.connection_made() has been called. Document also why transport
constructors use a waiter.
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_events.py