[Python-checkins] Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)

miss-islington webhook-mailer at python.org
Wed Oct 20 11:36:42 EDT 2021


https://github.com/python/cpython/commit/0d0312e1ac4a92d8cfb71c4c66c66eaf7270262f
commit: 0d0312e1ac4a92d8cfb71c4c66c66eaf7270262f
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-10-20T08:36:34-07:00
summary:

Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)

(cherry picked from commit d9e1dae35ac20acfeb2509b0dea4c3943693e79d)

Co-authored-by: Alex Waygood <Alex.Waygood at Gmail.com>

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 13760c19214ee..c402c73b487ea 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -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



More information about the Python-checkins mailing list