]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interp...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Apr 2025 12:19:46 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Apr 2025 12:19:46 +0000 (14:19 +0200)
commitee8f681252372cca489e49a061d83c6f0138186c
tree67f4bfeb57947464464d948325e304e095333118
parent8128bcfa08c97e05362d463f446e524519db464c
[3.13] gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949) (#132588)

gh-130941: Fix `configparser` parsing values with `allow_no_value` and `interpolation` set (GH-130949)
(cherry picked from commit c35c7353eb8fbccff2d3a6ab664426b31af00d4d)

Co-authored-by: sobolevn <mail@sobolevn.me>
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]