]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Jan 2026 09:08:52 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 09:08:52 +0000 (09:08 +0000)
commit6447fa3f1997cfdbc3d87b3cdcee25d851278c29
treef85b844f0e4523f1ba7b397d6291e1c923c96972
parentea26c885fd85e7d57b7eefd72acea280ac93e467
[3.14] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347) (GH-143719)

It was incorrect in case of mixed tabs and spaces in indentation.
(cherry picked from commit 5f28aa2f372339ba0c70373b96d33ec4d2879e04)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]