]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation...
authorsobolevn <mail@sobolevn.me>
Wed, 16 Apr 2025 10:39:11 +0000 (13:39 +0300)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 10:39:11 +0000 (12:39 +0200)
commitc35c7353eb8fbccff2d3a6ab664426b31af00d4d
treea67b38505aff674505ec4d32affc3a87a913594e
parent8b7cb947c5046d8fb32aad532048de87e09ed3f9
gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949)
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2025-03-07-17-47-32.gh-issue-130941.7_GvhW.rst [new file with mode: 0644]