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

Skip to content

[3.11] Fix typos in deprecation section of 3.11 What's New (GH-98628) #98681

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
8000
Diff view
Fix typos in deprecation section of 3.11 What's New (GH-98628)
(cherry picked from commit faea6a1)

Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
  • Loading branch information
jacobtylerwalls authored and miss-islington committed Oct 25, 2022
commit 7cf02c6846cda007b26ac68730a781557c7b7b92
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,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:`lib2to3` package and :ref:`2to3 <2to3-reference>` tool
Expand All @@ -1742,8 +1742,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