Skip to content

Commit b39e673

Browse files
[3.13] gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131445)
gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) Mention asyncio Future and Task in docs for generic classes list (cherry picked from commit 61b4b2c) Co-authored-by: Andrew Svetlov <[email protected]>
1 parent 5d73970 commit b39e673

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5050,6 +5050,8 @@ list is non-exhaustive.
50505050
* :class:`set`
50515051
* :class:`frozenset`
50525052
* :class:`type`
5053+
* :class:`asyncio.Future`
5054+
* :class:`asyncio.Task`
50535055
* :class:`collections.deque`
50545056
* :class:`collections.defaultdict`
50555057
* :class:`collections.OrderedDict`
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Mention :class:`asyncio.Future` and :class:`asyncio.Task` in generic classes
2+
list.

0 commit comments

Comments
 (0)