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
Prev Previous commit
Next Next commit
Update Doc/library/typing.rst
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
AlexWaygood and hauntsaninja authored May 6, 2022
commit 5d5a8556fc88cd2fb38f463fa31b26078c09f49b
4 changes: 2 additions & 2 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1977,8 +1977,8 @@ Other concrete types
.. versionadded:: 3.5.2

.. deprecated:: 3.11
Python 2 is no longer supported at runtime, and is also no longer
supported by most type checkers. Users should therefore now use
Python 2 is no longer supported and most type checkers no longer
support type checking Python 2 code either. Users should now use
:class:`str` instead of ``Text`` wherever possible.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add an explicit note here saying that removal is not currently planned? A "deprecated" note can make users think it will be removed soon.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(For future readers of this PR):


Abstract Base Classes
Expand Down