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
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 lo 8000 ad files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst
  • Loading branch information
gpshead authored May 9, 2022
commit 1850ab68f35785439d71ac431eb99dac96e78935
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Removed ``configparser`` module APIs:
Removed ``configparser`` module APIs:
the ``SafeConfigParser`` class alias, the ``ParsingError.filename``
property, and the ``ConfigParser.readfp`` method, deprecated since Python 3.2.
0