Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit105bc83

Browse files
[3.12]gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131446)
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 commit61b4b2c)Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent981566e commit105bc83

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
@@ -5041,6 +5041,8 @@ list is non-exhaustive.
50415041
*:class:`set`
50425042
*:class:`frozenset`
50435043
*:class:`type`
5044+
*:class:`asyncio.Future`
5045+
*:class:`asyncio.Task`
50445046
*:class:`collections.deque`
50455047
*:class:`collections.defaultdict`
50465048
*: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)

[8]ページ先頭

©2009-2025 Movatter.jp