]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135995: Fix missing char in palmos encoding (#135990)
authorNathan Korth <nkorth@users.noreply.github.com>
Thu, 26 Jun 2025 22:35:45 +0000 (18:35 -0400)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 22:35:45 +0000 (18:35 -0400)
commit58a42dea97f4fa0df38ef4a95a2ede65e0549f71
tree7b4c7df26c161dc4ffa3f7c21c9c8584a5a2e10c
parent642e5dfc74310d15bb81f8e94167590380a5fbfb
gh-135995: Fix missing char in palmos encoding (#135990)

0x8b correctly encodes to ‹, but 0x9b was mistakenly marked as a control character instead of ›.
---------

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]