Skip to content

[3.13] gh-135995: Fix missing char in palmos encoding (GH-135990) #136002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 26, 2025

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

(cherry picked from commit 58a42de)

Co-authored-by: Nathan Korth [email protected]
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert [email protected]
Co-authored-by: Terry Jan Reedy [email protected]

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

Co-authored-by: Nathan Korth <[email protected]>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Brian Schubert <[email protected]>
Co-authored-by: Terry Jan Reedy <[email protected]>
@terryjreedy terryjreedy enabled auto-merge (squash) June 26, 2025 22:37
@terryjreedy terryjreedy merged commit 784c0ed into python:3.13 Jun 26, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants