10000 GH-133711: Enable UTF-8 mode by default (PEP 686) by AA-Turner · Pull Request #133712 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-133711: Enable UTF-8 mode by default (PEP 686) #133712

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 14 commits into from
Jul 15, 2025
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into utf-8-mode
# Conflicts:
#	Doc/whatsnew/3.15.rst
  • Loading branch information
AA-Turner committed May 10, 2025
commit b83c9660653e451e76a23a884fcbffb4e672d4e6
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ Other language changes

(Contributed by Adam Turner in :gh:`133711`; PEP 686 written by Inada Naoki.)

* Several error messages incorrectly using the term "argument" have been corrected.
(Contributed by Stan Ulbrych in :gh:`133382`.)


New modules
===========

Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0