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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=<Date2022-03-08.21:46:14.619>created_at=<Date2022-03-08.10:01:14.630>labels= ['3.11', '3.9', '3.10', 'expert-asyncio']
title='The documentation mentions asyncio.Server. It does not exist.'updated_at=<Date2022-03-08.21:46:14.619>user='https://github.com/vringar'
The asyncio documentation claims that there is a class asyncio.Server.
However when looking in the sources I can only find asyncio.base_events.Server which does not get exposed via __all__ and can not be imported as asyncio.Server.
I had to name the type as I wanted to use this class as a type annotation for mypy.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: