Skip to content

Incorrect / incomplete documentation of asyncio.Server #101786

@romuald

Description

@romuald

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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions