]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47000: Add `locale.getencoding()` (GH-32068)
authorInada Naoki <songofacandy@gmail.com>
Sat, 9 Apr 2022 00:54:54 +0000 (09:54 +0900)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 00:54:54 +0000 (09:54 +0900)
commit677320348728ce058fa3579017e985af74a236d4
tree944297b71196964eab27a3336918c5a8f1e6a17d
parentcd29bd13ef1fe18970c5d43b66c545dd03117cb9
bpo-47000: Add `locale.getencoding()` (GH-32068)
Doc/glossary.rst
Doc/library/locale.rst
Doc/whatsnew/3.11.rst
Lib/locale.py
Lib/test/test_utf8_mode.py
Misc/NEWS.d/next/Library/2022-04-06-11-54-53.bpo-47000.2nmAR1.rst [new file with mode: 0644]
Modules/_io/textio.c
Modules/_localemodule.c
Modules/clinic/_localemodule.c.h
Python/fileutils.c
Python/initconfig.c