commit | da80d6b2f3beff519cb1457d5e055168c89f7224 | [log] [tgz] |
---|---|---|
author | Stefan Zabka <zabkaste@informatik.hu-berlin.de> | Tue Mar 08 22:07:33 2022 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 08 23:07:33 2022 +0200 |
tree | 1a873d455da7a14f7ea34cda9e65d6b5148f15f9 | |
parent | c8a47e76a391c8818bf10a282cdcd3bb5c23ebf6 [diff] |
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>