File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1507,8 +1507,8 @@ Other concrete types
15071507 :func: `open `.
15081508
15091509 .. deprecated-removed :: 3.8 3.12
1510- These types are also in the ``typing.io `` namespace, which was
1511- never supported by type checkers and will be removed .
1510+ The ``typing.io `` namespace is deprecated and will be removed.
1511+ These types should be directly imported from `` typing `` instead .
15121512
15131513.. class :: Pattern
15141514 Match
@@ -1521,8 +1521,8 @@ Other concrete types
15211521 ``Match[bytes] ``.
15221522
15231523 .. deprecated-removed :: 3.8 3.12
1524- These types are also in the ``typing.re `` namespace, which was
1525- never supported by type checkers and will be removed .
1524+ The ``typing.re `` namespace is deprecated and will be removed.
1525+ These types should be directly imported from `` typing `` instead .
15261526
15271527 .. deprecated :: 3.9
15281528 Classes ``Pattern `` and ``Match `` from :mod: `re ` now support ``[] ``.
You can’t perform that action at this time.
0 commit comments