mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
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
This commit is contained in:
parent
267c06d6a8
commit
61b4b2c57c
2 changed files with 4 additions and 0 deletions
|
|
@ -5244,6 +5244,8 @@ list is non-exhaustive.
|
|||
* :class:`set`
|
||||
* :class:`frozenset`
|
||||
* :class:`type`
|
||||
* :class:`asyncio.Future`
|
||||
* :class:`asyncio.Task`
|
||||
* :class:`collections.deque`
|
||||
* :class:`collections.defaultdict`
|
||||
* :class:`collections.OrderedDict`
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Mention :class:`asyncio.Future` and :class:`asyncio.Task` in generic classes
|
||||
list.
|
||||
Loading…
Add table
Add a link
Reference in a new issue