]> 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:36:35 +0000 (13:36 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 21:36:35 +0000 (13:36 -0800)
commit8de434b332ed92ba2db90de6ed0969aee23735c2
tree6c7eb7560821c023e93b6d2bde329fdca4453339
parent95b001fe6766f491f4356f8bcf23d6895bab2342
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]