8000 gh-135995: Fix missing char in palmos encoding by nkorth · Pull Request #135990 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
8000

gh-135995: Fix missing char in palmos encoding #135990

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 6 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2025-06-26-17-28-49.gh-issue-135995.p…
…PrDCt.rst

Co-authored-by: Brian Schubert <brianm.schubert@gmail.com>
  • Loading branch information
nkorth and brianschubert authored Jun 26, 2025
commit f29fb391d118e7cdd2a9e77628c17942680cbe98
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
:mod:`codecs`: The byte `0x9b` now correctly decodes to `` (U+203A - SINGLE
:mod:`codecs`: The byte ``0x9b`` now correctly decodes to ``›`` (U+203A - SINGLE
RIGHT-POINTING ANGLE QUOTATION MARK) when using the palmos encoding.
Loading
0