]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
authorVictor Stinner <vstinner@python.org>
Mon, 23 May 2022 12:56:59 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 12:56:59 +0000 (14:56 +0200)
commitfc00667247c47285751d77de7645c11a5393d870
treec0d149c9fca1424262a20bf3257b04454bf7127d
parent764e83db8536ece49550f8a44f0525cb031369a4
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)

Update documentation of PyUnicode_DecodeFSDefault(),
PyUnicode_DecodeFSDefaultAndSize() and PyUnicode_EncodeFSDefault():
they now use the filesystem encoding and error handler of PyConfig,
Py_FileSystemDefaultEncoding and Py_FileSystemDefaultEncodeErrors
variables are no longer used.
Doc/c-api/unicode.rst
Include/unicodeobject.h