summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-02 04:00:13 (GMT)
committerGitHub <noreply@github.com>2022-11-02 04:00:13 (GMT)
commitb2e28c8700856f6891a5c62f5c05744b249682b5 (patch)
tree28feee32f31016fa44b3cb416eed84fb062db343
parent67f63b82b8eac2c5a417dcb729d0b6125fc86255 (diff)
downloadcpython-b2e28c8700856f6891a5c62f5c05744b249682b5.zip
cpython-b2e28c8700856f6891a5c62f5c05744b249682b5.tar.gz
cpython-b2e28c8700856f6891a5c62f5c05744b249682b5.tar.bz2
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)
(cherry picked from commit 65d1407737befc3e9430eda8ae14ab1c7f9d8c7a) Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
-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 313c67b..9513842 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.
@@ -2862,7 +2862,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` |