Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,8 @@ Other concrete types

.. deprecated:: 3.11
Python 2 is no longer supported, and most type checkers also no longer
support type checking Python 2 code. Users should now use
support type checking Python 2 code. Removal of the class is not
Comment thread
AlexWaygood marked this conversation as resolved.
Outdated
currently planned, but users are encouraged to use
:class:`str` instead of ``Text`` wherever possible.

Abstract Base Classes
Expand Down