Closed
Description
Documentation:
The documentation for python shows asyncio.base_events.Server
as asyncio.Server
in all python versions, Offending Page. However, it is not exposed as such until late versions of 3.9, 3.10 and 3.11.0.
Relevant Facts:
PR #31760 makes the change exposing it as asyncio.Server
, but this only effects newer versions.
My Comments:
I can make a pr adding a note to the docs, let me know what you would like me to do.
Linked PRs
- gh-106882: asyncio.Server add version changed message for exposure from asyncio.base_events.Server #106901
- [3.12] gh-106882: Note that
asyncio.Server
is only publicly exposed on 3.11+ (GH-106901) #106902 - [3.11] gh-106882: Note that
asyncio.Server
is only publicly exposed on 3.11+ (GH-106901) #106903
Metadata
Metadata
Assignees
Projects
Status
Done