]> granicus.if.org Git - python/commit
Issue #23972: updates to asyncio datagram API. By Chris Laws.
authorGuido van Rossum <guido@python.org>
Mon, 5 Oct 2015 16:15:28 +0000 (09:15 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 5 Oct 2015 16:15:28 +0000 (09:15 -0700)
commitb9bf913ab32d27d221fb765fd90d64d07e926000
tree375ff9c2e3ae0287a6b4ae8b00630f04015ba674
parentd17e9785de023fc425142e0d348f368677b90011
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Misc/ACKS
Misc/NEWS