You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.