Skip to content

Commit 0c718e0

Browse files
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
(cherry picked from commit 8debeed) Co-authored-by: Meer Suri <[email protected]>
1 parent e83f084 commit 0c718e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/typing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ In the function ``greeting``, the argument ``name`` is expected to be of type
3232
:class:`str` and the return type :class:`str`. Subtypes are accepted as
3333
arguments.
3434

35+
New features are frequently added to the ``typing`` module.
36+
The `typing_extensions <https://pypi.org/project/typing-extensions/>`_ package
37+
provides backports of these new features to older versions of Python.
38+
3539
.. _relevant-peps:
3640

3741
Relevant PEPs

0 commit comments

Comments
 (0)