Skip to content

Commit e07086d

Browse files
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#98986)
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958). (cherry picked from commit 65d1407) Co-authored-by: Sebastian Rittau <[email protected]> Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 5f0d266 commit e07086d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,7 +1710,7 @@ Other concrete types
17101710
represent the types of I/O streams such as returned by
17111711
:func:`open`.
17121712

1713-
.. deprecated-removed:: 3.8 3.12
1713+
.. deprecated-removed:: 3.8 3.13
17141714
The ``typing.io`` namespace is deprecated and will be removed.
17151715
These types should be directly imported from ``typing`` instead.
17161716

@@ -1724,7 +1724,7 @@ Other concrete types
17241724
``Pattern[str]``, ``Pattern[bytes]``, ``Match[str]``, or
17251725
``Match[bytes]``.
17261726

1727-
.. deprecated-removed:: 3.8 3.12
1727+
.. deprecated-removed:: 3.8 3.13
17281728
The ``typing.re`` namespace is deprecated and will be removed.
17291729
These types should be directly imported from ``typing`` instead.
17301730

0 commit comments

Comments
 (0)