]> granicus.if.org Git - python/commit
Issue #25593: Change semantics of EventLoop.stop().
authorGuido van Rossum <guido@python.org>
Thu, 19 Nov 2015 21:28:47 +0000 (13:28 -0800)
committerGuido van Rossum <guido@python.org>
Thu, 19 Nov 2015 21:28:47 +0000 (13:28 -0800)
commit41f69f4cc7c977bd202545b8ada01b80a278d0e2
tree10b1e25f8802dd9b5469acf5002c69d6996400c1
parent01a65af4a150a9a81cd92923adef76810e41895a
Issue #25593: Change semantics of EventLoop.stop().
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-protocol.rst
Lib/asyncio/base_events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS