gh-46236: PyUnicode docs improvements (GH-129966) · python/cpython@e21863c · GitHub
Skip to content

Commit e21863c

Browse files
gh-46236: PyUnicode docs improvements (GH-129966)
Move deprecated PyUnicode API docs to new section Move Py_UNICODE to a new "Deprecated API" section. Formally soft-deprecate PyUnicode_READY, and move it Document and soft-deprecate PyUnicode_IS_READY, and move it Document PyUnicode_IS_ASCII, PyUnicode_CHECK_INTERNED PyUnicode_New docs: Clarify requirements for "fresh" strings PyUnicodeWriter_DecodeUTF8Stateful: Link "error-handlers" Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 9f0879b commit e21863c

2 files changed

Lines changed: 122 additions & 48 deletions

File tree

Doc/c-api/unicode.rst

Lines changed: 120 additions & 46 deletions

Include/cpython/unicodeobject.h

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)