[New-bugs-announce] [issue8647] PyUnicode_GetMax is undocumented

Daniel Stutzbach report at bugs.python.org
Fri May 7 18:07:19 CEST 2010


New submission from Daniel Stutzbach <daniel at stutzbachenterprises.com>:

Here's the relevant signature:

/* Get the maximum ordinal for a Unicode character. */
PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);

----------
assignee: docs at python
components: Documentation
messages: 105206
nosy: docs at 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 at bugs.python.org>
<http://bugs.python.org/issue8647>
_______________________________________


More information about the New-bugs-announce mailing list