-
-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
Description
Documentation
URL: https://docs.python.org/3.7/library/asyncio-eventloop.html#asyncio.Server.sockets
The documentation states that sockets is a list of socket.socket objects
The actual type is a list of asyncio.trsock.TransportSocket (that is not documented)
We should add the missing documentation to the asyncio.trsock module, and make the proper relationship in the Server section
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Done