]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)
authorPrince Roshan <princekrroshan01@gmail.com>
Wed, 6 Mar 2024 14:05:54 +0000 (19:35 +0530)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 14:05:54 +0000 (14:05 +0000)
commite800265aa1f3451855a2fc14fbafc4d89392e35c
tree8cd6eb829895313aacae2c12f33f12b1345aa0c7
parent27858e2a17924dfac9a10efc17caee1f5126ea19
gh-107625: configparser: Raise error if a missing value is continued (GH-107651)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Library/2023-08-05-08-41-58.gh-issue-107625.cVSHCT.rst [new file with mode: 0644]