[issue33601] Py_UTF8Mode is not documented

New submission from Serhiy Storchaka <storchaka+cpython@gmail.com>: Py_UTF8Mode was added to the limited API in 3.7, but it is not documented anywhere. ---------- assignee: docs@python components: Documentation messages: 317286 nosy: docs@python, ncoghlan, serhiy.storchaka, vstinner priority: normal severity: normal status: open title: Py_UTF8Mode is not documented versions: Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

STINNER Victor <vstinner@redhat.com> added the comment: I wasn't sure if I should document it, but after talking with Serhiy on IRC, I now agree that the new variable should be documented. It should be documented at: https://docs.python.org/dev/c-api/init.html#global-configuration-variables ---------- keywords: +easy title: Py_UTF8Mode is not documented -> [EASY DOC] Py_UTF8Mode is not documented _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment: If there are reasons of including it in the limited API, it should be documented. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

Change by Yuwei Ren <yuweiren@fb.com>: ---------- keywords: +patch pull_requests: +6777 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

Change by Steve Dower <steve.dower@python.org>: ---------- keywords: -easy _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

STINNER Victor <vstinner@redhat.com> added the comment: PR 7143 has been closed. So is there another candidate to write the doc? ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________

Change by Cheryl Sabella <cheryl.sabella@gmail.com>: ---------- assignee: docs@python -> Mariatta keywords: -patch nosy: +Mariatta stage: patch review -> needs patch type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33601> _______________________________________
participants (5)
-
Cheryl Sabella
-
Serhiy Storchaka
-
Steve Dower
-
STINNER Victor
-
Yuwei Ren