]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 09:35:18 +0000 (11:35 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 09:35:18 +0000 (11:35 +0200)
commit0adb386f6e68eb2e73d32e19f235d012df009528
tree60d5b1ea8457f15aeae811c7719604ba9bf9ef29
parent1ba0d6ef4c5a9c3da846e71a0b922eb86fd2b84e
[3.15] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (GH-152002)

gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929)
(cherry picked from commit 5858e42c539dac8394636a6e9b30472b8994851f)

Co-authored-by: Seth Larson <seth@python.org>
Lib/configparser.py
Lib/test/test_configparser.py
Misc/NEWS.d/next/Security/2026-01-16-11-58-19.gh-issue-143927.aviFeG.rst [new file with mode: 0644]