]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 12 Jan 2026 08:40:06 +0000 (10:40 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 08:40:06 +0000 (10:40 +0200)
commit5f28aa2f372339ba0c70373b96d33ec4d2879e04
tree7916a781787cda9ad3da773227b3c6af0ee18901
parent548526bbbebd4e5034704a1945b35fdf5ed84a76
gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347)

It was incorrect in case of mixed tabs and spaces in indentation.
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS.d/next/Library/2026-01-02-12-55-52.gh-issue-143346.iTekce.rst [new file with mode: 0644]