8000 Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097) · miss-islington/cpython@fb8637f · GitHub
[go: up one dir, main page]

Skip to content

Commit fb8637f

Browse files
AlexWaygoodmiss-islington
authored andcommitted
Add PEPs 593 & 647 to list of PEPs at top of typing docs (pythonGH-29097)
(cherry picked from commit d9e1dae) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent b8dbb3a commit fb8637f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
This module provides runtime support for type hints as specified by
2121
:pep:`484`, :pep:`526`, :pep:`544`, :pep:`586`, :pep:`589`, :pep:`591`,
22-
:pep:`612` and :pep:`613`.
22+
:pep:`593`, :pep:`612`, :pep:`613` and :pep:`647`.
2323
The most fundamental support consists of the types :data:`Any`, :data:`Union`,
2424
:data:`Tuple`, :data:`Callable`, :class:`TypeVar`, and
2525
:class:`Generic`. For full specification please see :pep:`484`. For

0 commit comments

Comments
 (0)
0