Staging
v0.8.1
https://github.com/python/cpython
Revision 82458b6cdbae3b849dc11d0d7dc2ab06ef0451c4 authored by Victor Stinner on 01 November 2020, 19:59:35 UTC, committed by GitHub on 01 November 2020, 19:59:35 UTC
* Rename _Py_GetLocaleEncoding() to _Py_GetLocaleEncodingObject()
* Add _Py_GetLocaleEncoding() which returns a wchar_t* string to
  share code between _Py_GetLocaleEncodingObject()
  and config_get_locale_encoding().
* _Py_GetLocaleEncodingObject() now decodes nl_langinfo(CODESET)
  from the current locale encoding with surrogateescape,
  rather than using UTF-8.
1 parent 1f7dfb2
History
Tip revision: 82458b6cdbae3b849dc11d0d7dc2ab06ef0451c4 authored by Victor Stinner on 01 November 2020, 19:59:35 UTC
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Tip revision: 82458b6
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 8.5 KB
README.rst -rw-r--r-- 4.6 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.7 KB
conf.py -rw-r--r-- 7.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
glossary.rst -rw-r--r-- 53.2 KB
license.rst -rw-r--r-- 46.5 KB
make.bat -rw-r--r-- 5.5 KB
requirements.txt -rw-r--r-- 381 bytes
runtime.txt -rw-r--r-- 3 bytes

README.rst

back to top