]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
authorVictor Stinner <vstinner@python.org>
Tue, 11 Feb 2020 13:29:33 +0000 (14:29 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 13:29:33 +0000 (14:29 +0100)
commitf3e7ea5b8c220cd63101e419d529c8563f9c6115
tree8df6f5eac4ef584b0a511e070e41848cf678a7f2
parent1ea45ae257971ee7b648e3b031603a31fc059f81
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)

PyUnicode_IsIdentifier() does not call Py_FatalError() anymore if the
string is not ready.
Doc/c-api/unicode.rst
Misc/NEWS.d/next/C API/2020-02-07-09-35-43.bpo-39500.xRAEgX.rst [new file with mode: 0644]
Objects/unicodeobject.c
Parser/tokenizer.c