diff options
author | Gregory P. Smith <greg@krypto.org> | 2022-06-21 21:31:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 21:31:25 (GMT) |
commit | 296e4efebbd1865153ed3be24887a2af3898a0c4 (patch) | |
tree | 8a9fc16d932023ce8eec314984d89a552d295630 /Misc | |
parent | 4abab6b603dd38bec1168e9a37c40a48ec89508e (diff) | |
download | cpython-296e4efebbd1865153ed3be24887a2af3898a0c4.zip cpython-296e4efebbd1865153ed3be24887a2af3898a0c4.tar.gz cpython-296e4efebbd1865153ed3be24887a2af3898a0c4.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst b/Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst new file mode 100644 index 0000000..b4c58c0 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-08-18-51-14.gh-issue-89336.TL6ip7.rst @@ -0,0 +1,4 @@ +Removed :mod:`configparser` module APIs: +the ``SafeConfigParser`` class alias, the ``ParsingError.filename`` +property and parameter, and the ``ConfigParser.readfp`` method, all +of which were deprecated since Python 3.2. |