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
@@ -2862,7 +2862,7 @@ convenience. This is subject to change, and not all deprecations are listed.
2862
2862
+----------------------------------+---------------+-------------------+----------------+
2863
2863
| Feature | Deprecated in | Projected removal | PEP/issue |
2864
2864
+==================================+===============+===================+================+
2865
- | ``typing.io `` and ``typing.re `` | 3.8 | 3.12 | :issue: `38291 ` |
2865
+ | ``typing.io `` and ``typing.re `` | 3.8 | 3.13 | :issue: `38291 ` |
2866
2866
| submodules | | | |
2867
2867
+----------------------------------+---------------+-------------------+----------------+
2868
2868
| ``typing `` versions of standard | 3.9 | Undecided | :pep: `585 ` |
You can’t perform that action at this time.
0 commit comments