]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136001)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Jun 2025 23:01:43 +0000 (01:01 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 23:01:43 +0000 (23:01 +0000)
commit9798a8de1a19a4fc4ede2f4ed2e53a9581259ad0
treed96dd9fe32de3a28433f7f73ce491261a6f03c72
parent29cb4d670e22986211542c4db7e43e2fc1bb7811
[3.14] gh-135995: Fix missing char in palmos encoding (GH-135990) (#136001)

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]