File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2009,7 +2009,7 @@ Other concrete types
2009
2009
represent the types of I/O streams such as returned by
2010
2010
:func: `open `.
2011
2011
2012
- .. deprecated-removed :: 3.8 3.12
2012
+ .. deprecated-removed :: 3.8 3.13
2013
2013
The ``typing.io `` namespace is deprecated and will be removed.
2014
2014
These types should be directly imported from ``typing `` instead.
2015
2015
@@ -2023,7 +2023,7 @@ Other concrete types
2023
2023
``Pattern[str] ``, ``Pattern[bytes] ``, ``Match[str] ``, or
2024
2024
``Match[bytes] ``.
2025
2025
2026
- .. deprecated-removed :: 3.8 3.12
2026
+ .. deprecated-removed :: 3.8 3.13
2027
2027
The ``typing.re `` namespace is deprecated and will be removed.
2028
2028
These types should be directly imported from ``typing `` instead.
2029
2029
@@ -2868,7 +2868,7 @@ convenience. This is subject to change, and not all deprecations are listed.
2868
2868
+----------------------------------+---------------+-------------------+----------------+
2869
2869
| Feature | Deprecated in | Projected removal | PEP/issue |
2870
2870
+==================================+===============+===================+================+
2871
- | ``typing.io `` and ``typing.re `` | 3.8 | 3.12 | :issue: `38291 ` |
2871
+ | ``typing.io `` and ``typing.re `` | 3.8 | 3.13 | :issue: `38291 ` |
2872
2872
| submodules | | | |
2873
2873
+----------------------------------+---------------+-------------------+----------------+
2874
2874
| ``typing `` versions of standard | 3.9 | Undecided | :pep: `585 ` |
You can’t perform that action at this time.
0 commit comments