8000 gh-89336: Remove configparser APIs that were deprecated for 3.12 by gpshead · Pull Request #92503 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-89336: Remove configparser APIs that were deprecated for 3.12 #92503

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 7 commits into from
Jun 21, 2022
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL…
…6ip7.rst

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
gpshead and hugovk authored May 9, 2022
commit 65f391bf63c9fa2fee85718dd56c2e7a3dac6f6c
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The ``configparser`` module APIs deprecated to be removed in 3.12 have been
removed: The ``SafeConfigParser`` class alias, the ``ParsingError.filename``
property, and the ``ConfigParser.readfp`` method have all been removed.
Removed ``configparser`` module APIs:
the ``SafeConfigParser`` class alias, the ``ParsingError.filename``
property, and the ``ConfigParser.readfp`` method, deprecated since Python 3.2.
0