]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)
authorSrinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Sat, 30 Dec 2017 15:09:32 +0000 (20:39 +0530)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 30 Dec 2017 15:09:32 +0000 (17:09 +0200)
commit1634fc289a13b0e1fdad4694d5cae7dab55f7186
tree4973b8e55ffe557c712763c0be5a70946b9fd211
parentfc35932afdad91f87b49a4854d4333267494c6c1
bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)

* Add abstract get_loop() method to Server, AbstractServer classes.
* Add test cases for get_loop() method in Server, AbstractServer classes
* Add documentation for get_loop() method
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS.d/next/Documentation/2017-12-24-17-29-37.bpo-32418.eZe-ID.rst [new file with mode: 0644]