]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
authorJacob Austin Lincoln <99031153+lincolnj1@users.noreply.github.com>
Sun, 23 Feb 2025 16:06:33 +0000 (08:06 -0800)
committerGitHub <noreply@github.com>
Sun, 23 Feb 2025 16:06:33 +0000 (11:06 -0500)
commit25a7ddf2efeaf77bcf94dbfca28ba3a6fe9ab57e
tree1e4c59ae665d4f14e4e714ede90375a79a30383c
parent1e4a4344af4f5fdc7157b195c7d333d088540035
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2025-02-21-20-22-45.gh-issue-65697.BLxt6y.rst [new file with mode: 0644]