Staging
v0.5.1
https://github.com/python/cpython
Revision e47e698da6bd982da277960c14afa9d9939e3155 authored by Victor Stinner on 21 December 2017, 14:45:16 UTC, committed by GitHub on 21 December 2017, 14:45:16 UTC
Py_EncodeLocale() now uses _Py_EncodeUTF8_surrogateescape(), instead
of using temporary unicode and bytes objects. So Py_EncodeLocale()
doesn't use the Python C API anymore.
1 parent fbd6051
History
Tip revision: e47e698da6bd982da277960c14afa9d9939e3155 authored by Victor Stinner on 21 December 2017, 14:45:16 UTC
bpo-32030: Add _Py_EncodeUTF8_surrogateescape() (#4960)
Tip revision: e47e698
File Mode Size
c-api
data
distributing
distutils
extending
faq
howto
includes
install
installing
library
reference
tools
tutorial
using
whatsnew
Makefile -rw-r--r-- 7.3 KB
README.rst -rw-r--r-- 4.3 KB
about.rst -rw-r--r-- 1.5 KB
bugs.rst -rw-r--r-- 4.2 KB
conf.py -rw-r--r-- 6.1 KB
contents.rst -rw-r--r-- 538 bytes
copyright.rst -rw-r--r-- 451 bytes
docutils.conf -rw-r--r-- 56 bytes
glossary.rst -rw-r--r-- 48.6 KB
license.rst -rw-r--r-- 46.2 KB
make.bat -rw-r--r-- 5.1 KB

README.rst

back to top