Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Incorrect / incomplete documentation of asyncio.Server #101786

Copy link
Copy link
Closed
@romuald

Description

@romuald
Issue body actions

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
Show more project fields

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.