]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)
authorGregory P. Smith <greg@krypto.org>
Tue, 21 Jun 2022 21:31:25 +0000 (14:31 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Jun 2022 21:31:25 +0000 (14:31 -0700)
commit296e4efebbd1865153ed3be24887a2af3898a0c4
tree8a9fc16d932023ce8eec314984d89a552d295630
parent4abab6b603dd38bec1168e9a37c40a48ec89508e
gh-89336: Remove configparser APIs that were deprecated for 3.12 (#92503)

https://github.com/python/cpython/issue/89336: Remove configparser 3.12 deprecations.

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/library/configparser.rst
Doc/whatsnew/3.12.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst [new file with mode: 0644]