File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2009,7 +2009,7 @@ Other concrete types
20092009 represent the types of I/O streams such as returned by
20102010 :func: `open `.
20112011
2012- .. deprecated-removed :: 3.8 3.12
2012+ .. deprecated-removed :: 3.8 3.13
20132013 The ``typing.io `` namespace is deprecated and will be removed.
20142014 These types should be directly imported from ``typing `` instead.
20152015
@@ -2023,7 +2023,7 @@ Other concrete types
20232023 ``Pattern[str] ``, ``Pattern[bytes] ``, ``Match[str] ``, or
20242024 ``Match[bytes] ``.
20252025
2026- .. deprecated-removed :: 3.8 3.12
2026+ .. deprecated-removed :: 3.8 3.13
20272027 The ``typing.re `` namespace is deprecated and will be removed.
20282028 These types should be directly imported from ``typing `` instead.
20292029
@@ -2862,7 +2862,7 @@ convenience. This is subject to change, and not all deprecations are listed.
28622862+----------------------------------+---------------+-------------------+----------------+
28632863| Feature | Deprecated in | Projected removal | PEP/issue |
28642864+==================================+===============+===================+================+
2865- | ``typing.io `` and ``typing.re `` | 3.8 | 3.12 | :issue: `38291 ` |
2865+ | ``typing.io `` and ``typing.re `` | 3.8 | 3.13 | :issue: `38291 ` |
28662866| submodules | | | |
28672867+----------------------------------+---------------+-------------------+----------------+
28682868| ``typing `` versions of standard | 3.9 | Undecided | :pep: `585 ` |
You can’t perform that action at this time.
0 commit comments