]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
authorStefan Zabka <zabkaste@informatik.hu-berlin.de>
Tue, 8 Mar 2022 21:07:33 +0000 (22:07 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 21:07:33 +0000 (23:07 +0200)
commitda80d6b2f3beff519cb1457d5e055168c89f7224
tree1a873d455da7a14f7ea34cda9e65d6b5148f15f9
parentc8a47e76a391c8818bf10a282cdcd3bb5c23ebf6
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.html#asyncio.Server
with the actual implementation

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
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]