Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commite07086d

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 commit65d1407)Co-authored-by: Sebastian Rittau <srittau@rittau.biz>Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent5f0d266 commite07086d

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)

[8]ページ先頭

©2009-2025 Movatter.jp