]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:04:00 +0000 (10:04 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 09:04:00 +0000 (09:04 +0000)
commit8ec108378cfb6ecf8a404ce0c4e801c7a1c286df
tree7f21c9cd4472afe662a7e03de061b6e34c57a40e
parentdcc6117628da72f41d877418a8ae8f1723546043
[3.13] gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347) (GH-143720)

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]