summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@rittau.biz>2022-11-02 03:51:45 (GMT)
committerGitHub <noreply@github.com>2022-11-02 03:51:45 (GMT)
commit65d1407737befc3e9430eda8ae14ab1c7f9d8c7a (patch)
treed0f6971160ecfa5c38f2f30b544f115e03e9a83d /Doc
parent50a9b037a6603e73f0a850f5d43dbdd2656e60b1 (diff)
downloadcpython-65d1407737befc3e9430eda8ae14ab1c7f9d8c7a.zip
cpython-65d1407737befc3e9430eda8ae14ab1c7f9d8c7a.tar.gz
cpython-65d1407737befc3e9430eda8ae14ab1c7f9d8c7a.tar.bz2
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/typing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 8c82860..0ec4499 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -2009,7 +2009,7 @@ Other concrete types
represent the types of I/O streams such as returned by
:func:`open`.
- .. deprecated-removed:: 3.8 3.12
+ .. deprecated-removed:: 3.8 3.13
The ``typing.io`` namespace is deprecated and will be removed.
These types should be directly imported from ``typing`` instead.
@@ -2023,7 +2023,7 @@ Other concrete types
``Pattern[str]``, ``Pattern[bytes]``, ``Match[str]``, or
``Match[bytes]``.
- .. deprecated-removed:: 3.8 3.12
+ .. deprecated-removed:: 3.8 3.13
The ``typing.re`` namespace is deprecated and will be removed.
These types should be directly imported from ``typing`` instead.
@@ -2868,7 +2868,7 @@ convenience. This is subject to change, and not all deprecations are listed.
+----------------------------------+---------------+-------------------+----------------+
| Feature | Deprecated in | Projected removal | PEP/issue |
+==================================+===============+===================+================+
-| ``typing.io`` and ``typing.re`` | 3.8 | 3.12 | :issue:`38291` |
+| ``typing.io`` and ``typing.re`` | 3.8 | 3.13 | :issue:`38291` |
| submodules | | | |
+----------------------------------+---------------+-------------------+----------------+
| ``typing`` versions of standard | 3.9 | Undecided | :pep:`585` |