https://github.com/python/cpython/commit/b39e67396fd797c8e10668040335a0363e489c6e
commit: b39e67396fd797c8e10668040335a0363e489c6e
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: asvetlov <andrew.svet...@gmail.com>
date: 2025-03-19T10:23:48+01:00
summary:

[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 61b4b2c57c9327273f2e306bafa23cf2c70eac8e)

Co-authored-by: Andrew Svetlov <andrew.svet...@gmail.com>

files:
A Misc/NEWS.d/next/Documentation/2025-03-18-15-15-16.gh-issue-131417.lQg5aH.rst
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index d910f49ed3a755..2f4cd43cae4ad9 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -5050,6 +5050,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`
diff --git 
a/Misc/NEWS.d/next/Documentation/2025-03-18-15-15-16.gh-issue-131417.lQg5aH.rst 
b/Misc/NEWS.d/next/Documentation/2025-03-18-15-15-16.gh-issue-131417.lQg5aH.rst
new file mode 100644
index 00000000000000..d3c80e41826186
--- /dev/null
+++ 
b/Misc/NEWS.d/next/Documentation/2025-03-18-15-15-16.gh-issue-131417.lQg5aH.rst
@@ -0,0 +1,2 @@
+Mention :class:`asyncio.Future` and :class:`asyncio.Task` in generic classes
+list.

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to