File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1507,8 +1507,8 @@ Other concrete types
1507
1507
:func: `open `.
1508
1508
1509
1509
.. 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 .
1512
1512
1513
1513
.. class :: Pattern
1514
1514
Match
@@ -1521,8 +1521,8 @@ Other concrete types
1521
1521
``Match[bytes] ``.
1522
1522
1523
1523
.. 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 .
1526
1526
1527
1527
.. deprecated :: 3.9
1528
1528
Classes ``Pattern `` and ``Match `` from :mod: `re ` now support ``[] ``.
You can’t perform that action at this time.
0 commit comments