Closed
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
Metadata
Metadata
Assignees
Labels
Projects
Status
Done