]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:46:33 +0000 (11:46 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 09:46:33 +0000 (11:46 +0200)
commit71f2e02a52d47417a6fd69f456346cd8aa7aca98
treea3965d50963950bb70dfa41479f9105f7543f529
parent2cf26d05553ae9f69382eca47ff59e31a11eb2e8
[3.14] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (GH-152003)

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]