]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Jun 2025 22:59:24 +0000 (00:59 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 22:59:24 +0000 (22:59 +0000)
commit784c0eda7e3b517a1716d2438e52a9a237459732
tree577ae9631a50c97cab716b675f2a21b22a625283
parentac8b868f3c28845de94292a7339ee976f37406cf
[3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136002)

gh-135995: Fix missing char in palmos encoding (GH-135990)

0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›.
---------
(cherry picked from commit 58a42dea97f4fa0df38ef4a95a2ede65e0549f71)

Co-authored-by: Nathan Korth <nkorth@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/encodings/palmos.py
Misc/NEWS.d/next/Library/2025-06-26-17-28-49.gh-issue-135995.pPrDCt.rst [new file with mode: 0644]