Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1507,8 +1507,8 @@ Other concrete types
:func:`open`.

.. deprecated-removed:: 3.8 3.12
These types are also in the ``typing.io`` namespace, which was
never supported by type checkers and will be removed.
The ``typing.io`` namespace is deprecated and will be removed.
These types should be directly imported from ``typing`` instead.

.. class:: Pattern
Match
Expand All @@ -1521,8 +1521,8 @@ Other concrete types
``Match[bytes]``.

.. deprecated-removed:: 3.8 3.12
These types are also in the ``typing.re`` namespace, which was
never supported by type checkers and will be removed.
The ``typing.re`` namespace is deprecated and will be removed.
These types should be directly imported from ``typing`` instead.

.. deprecated:: 3.9
Classes ``Pattern`` and ``Match`` from :mod:`re` now support ``[]``.
Expand Down