Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e07086d

Browse filesBrowse 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 <srittau@rittau.biz> Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent 5f0d266 commit e07086d
Copy full SHA for e07086d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Doc/library/typing.rst

Copy file name to clipboardExpand all lines: Doc/library/typing.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.