[issue8647] PyUnicode_GetMax is undocumented
New submission from Daniel Stutzbach <daniel@stutzbachenterprises.com>: Here's the relevant signature: /* Get the maximum ordinal for a Unicode character. */ PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void); ---------- assignee: docs@python components: Documentation messages: 105206 nosy: docs@python, stutzbach priority: normal severity: normal stage: needs patch status: open title: PyUnicode_GetMax is undocumented versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
Changes by STINNER Victor <victor.stinner@haypocalc.com>: ---------- nosy: +haypo _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
STINNER Victor <victor.stinner@haypocalc.com> added the comment: Can you write a patch? ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
Daniel Stutzbach <daniel@stutzbachenterprises.com> added the comment: Yes, though it may be a while before I find time to do so. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
Simon Cross <hodgestar@gmail.com> added the comment: This issue is subsumed by #10435 and can probably be closed as a duplicated. ---------- nosy: +hodgestar _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
Changes by Alexander Belopolsky <belopolsky@users.sourceforge.net>: ---------- resolution: -> duplicate superseder: -> Document unicode C-API in reST _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
Changes by Éric Araujo <merwok@netwok.org>: ---------- stage: needs patch -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8647> _______________________________________
participants (5)
-
Alexander Belopolsky
-
Daniel Stutzbach
-
Simon Cross
-
STINNER Victor
-
Éric Araujo