[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2019-04-08 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: docs@python -> Mariatta keywords: -patch nosy: +Mariatta stage: patch review -> needs patch type: -> enhancement ___ Python tracker __

[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2019-03-26 Thread STINNER Victor
STINNER Victor added the comment: PR 7143 has been closed. So is there another candidate to write the doc? -- ___ Python tracker ___ __

[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2018-07-28 Thread Steve Dower
Change by Steve Dower : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2018-05-27 Thread Yuwei Ren
Change by Yuwei Ren : -- keywords: +patch pull_requests: +6777 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list ma

[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2018-05-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If there are reasons of including it in the limited API, it should be documented. -- ___ Python tracker ___ ___

[issue33601] [EASY DOC] Py_UTF8Mode is not documented

2018-05-22 Thread STINNER Victor
STINNER Victor 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: +e