We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0d266 commit e07086dCopy full SHA for e07086d
Doc/library/typing.rst
@@ -1710,7 +1710,7 @@ Other concrete types
1710
represent the types of I/O streams such as returned by
1711
:func:`open`.
1712
1713
- .. deprecated-removed:: 3.8 3.12
+ .. deprecated-removed:: 3.8 3.13
1714
The ``typing.io`` namespace is deprecated and will be removed.
1715
These types should be directly imported from ``typing`` instead.
1716
@@ -1724,7 +1724,7 @@ Other concrete types
1724
``Pattern[str]``, ``Pattern[bytes]``, ``Match[str]``, or
1725
``Match[bytes]``.
1726
1727
1728
The ``typing.re`` namespace is deprecated and will be removed.
1729
1730
0 commit comments