]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Tue, 15 Jul 2025 09:45:41 +0000 (10:45 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Jul 2025 09:45:41 +0000 (10:45 +0100)
commitc89a66feb12110e68e63a6293e3ed9c9fd180412
treec883a48cad164718f4f8479e28b6f16f7c550a61
parentf320c951c3220aa6727b581216463e8b3f8bcd6b
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)

Co-authored-by: Victor Stinner <vstinner@python.org>
14 files changed:
Doc/c-api/init_config.rst
Doc/library/os.rst
Doc/using/windows.rst
Doc/whatsnew/3.15.rst
Include/cpython/initconfig.h
Lib/locale.py
Lib/subprocess.py
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Lib/test/test_utf8_mode.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-08-22-19-10.gh-issue-133711.e91wUy.rst [new file with mode: 0644]
Programs/_testembed.c
Python/initconfig.c
Python/preconfig.c