8000 Fix typos in deprecation section of 3.11 What's New by jacobtylerwalls · Pull Request #98628 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix typos in deprecation section of 3.11 What's New #98628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2022
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
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,7 @@ Modules

* The :mod:`asynchat`, :mod:`asyncore` and :mod:`smtpd` modules have been
deprecated since at least Python 3.6. Their documentation and deprecation
warnings have now been updated to note they will removed in Python 3.12.
warnings have now been updated to note they will be removed in Python 3.12.
(Contributed by Hugo van Kemenade in :issue:`47022`.)

* The :mod:`li 62E2 b2to3` package and :ref:`2to3 <2to3-reference>` tool
Expand All @@ -1672,8 +1672,8 @@ Standard Library
----------------

* The following have been deprecated in :mod:`configparser` since Python 3.2.
Their deprecation warnings have now been updated to note they will removed in
Python 3.12:
Their deprecation warnings have now been updated to note they will be removed
in Python 3.12:

* the :class:`!configparser.SafeConfigParser` class
* the :attr:`!configparser.ParsingError.filename` property
Expand Down
0