Skip to content

asyncio.base_events.Server is not exposed as Asyncio.Server in early versions of 3.9 and 3.10 and all previous versions #106882

Closed
@jack60612

Description

@jack60612

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions