Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdtypes don't mention asyncio generic classes #131417

Open
asvetlov opened this issue Mar 18, 2025 · 1 comment
Open

stdtypes don't mention asyncio generic classes #131417

asvetlov opened this issue Mar 18, 2025 · 1 comment
Labels
docs Documentation in the Doc dir easy topic-asyncio

Comments

@asvetlov
Copy link
Contributor

asvetlov commented Mar 18, 2025

Documentation

https://docs.python.org/3/library/stdtypes.html#standard-generic-classes has a list of generic classes. Since ea5b968, asyncio provides generic Future and Task that are not mentioned.

Linked PRs

@asvetlov asvetlov added the docs Documentation in the Doc dir label Mar 18, 2025
@github-project-automation github-project-automation bot moved this to Todo in asyncio Mar 18, 2025
@picnixz picnixz added 3.14 new features, bugs and security fixes and removed 3.14 new features, bugs and security fixes labels Mar 18, 2025
@JelleZijlstra
Copy link
Member

Note the list explicitly says it's not exhaustive. I don't object to adding the asyncio ones but maybe we should trim down the list to builtin types instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir easy topic-asyncio
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

3 participants