diff options
author | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com> | 2017-12-30 15:09:32 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2017-12-30 15:09:32 (GMT) |
commit | 1634fc289a13b0e1fdad4694d5cae7dab55f7186 (patch) | |
tree | 4973b8e55ffe557c712763c0be5a70946b9fd211 /Misc | |
parent | fc35932afdad91f87b49a4854d4333267494c6c1 (diff) | |
download | cpython-1634fc289a13b0e1fdad4694d5cae7dab55f7186.zip cpython-1634fc289a13b0e1fdad4694d5cae7dab55f7186.tar.gz cpython-1634fc289a13b0e1fdad4694d5cae7dab55f7186.tar.bz2 |
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
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2017-12-24-17-29-37.bpo-32418.eZe-ID.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-12-24-17-29-37.bpo-32418.eZe-ID.rst b/Misc/NEWS.d/next/Documentation/2017-12-24-17-29-37.bpo-32418.eZe-ID.rst new file mode 100644 index 0000000..9441b74 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2017-12-24-17-29-37.bpo-32418.eZe-ID.rst @@ -0,0 +1 @@ +Add get_loop() method to Server and AbstractServer classes. |