Skip to content

Commit 61b4b2c

Browse files
authored
gh-131417: Mention asyncio Future and Task in docs for generic classes list (#131422)
Mention asyncio Future and Task in docs for generic classes list
1 parent 267c06d commit 61b4b2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Doc/library/stdtypes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -5244,6 +5244,8 @@ list is non-exhaustive.
52445244
* :class:`set`
52455245
* :class:`frozenset`
52465246
* :class:`type`
5247+
* :class:`asyncio.Future`
5248+
* :class:`asyncio.Task`
52475249
* :class:`collections.deque`
52485250
* :class:`collections.defaultdict`
52495251
* :class:`collections.OrderedDict`
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)