]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Mar 2022 21:32:46 +0000 (13:32 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 21:32:46 +0000 (13:32 -0800)
commit20e88f78a39ff56235c1d42ba4b947f5fa8e67b7
tree092dff113a91d086b56458fd86e0539c63f1bfa2
parentf8c3697aca55b64dec4bd3012f40bc96dcf76a77
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)

This change aligns the documentation at https://docs.python.org/3/library/asyncio-eventloop.htmlGH-asyncio.Server
with the actual implementation

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
(cherry picked from commit da80d6b2f3beff519cb1457d5e055168c89f7224)

Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
Lib/asyncio/base_events.py
Misc/NEWS.d/next/Library/2022-03-08-22-41-59.bpo-46955.IOoonN.rst [new file with mode: 0644]