]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Wed, 20 Oct 2021 15:15:59 +0000 (16:15 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 15:15:59 +0000 (23:15 +0800)
Doc/library/typing.rst

index bc6130ace4a4b0430aacc80664cac40dfa10ff42..e5e7941833bebbf7b34d4fc5faeffa0517744157 100644 (file)
@@ -19,7 +19,7 @@
 
 This module provides runtime support for type hints as specified by
 :pep:`484`, :pep:`526`, :pep:`544`, :pep:`586`, :pep:`589`, :pep:`591`,
-:pep:`612` and :pep:`613`.
+:pep:`593`, :pep:`612`, :pep:`613` and :pep:`647`.
 The most fundamental support consists of the types :data:`Any`, :data:`Union`,
 :data:`Tuple`, :data:`Callable`, :class:`TypeVar`, and
 :class:`Generic`.  For full specification please see :pep:`484`.  For