8000 gh-104886: Remove deprecated configparser.LegacyInterpolation by hugovk · Pull Request #104887 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-104886: Remove deprecated configparser.LegacyInterpolation #104887

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 5 commits into from
May 26, 2023
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
Improve wording
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
hugovk and vstinner authored May 25, 2023
commit 823584d67d3f533df8c898610a1b5e96f577acb4
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Removed

* Remove the undocumented :class:`!configparser.LegacyInterpolation` class,
deprecated in the docstring since Python 3.2,
and with a warning since Python 3.11.
and with a deprecation warning since Python 3.11.
(Contributed by Hugo van Kemenade in :gh:`104886`.)

* Removed the following :mod:`unittest` functions, deprecated in Python 3.11:
Expand Down
0