[issue8647] PyUnicode_GetMax is undocumented

2010-11-20 Thread Éric Araujo
Changes by Éric Araujo : -- stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list

[issue8647] PyUnicode_GetMax is undocumented

2010-11-20 Thread Alexander Belopolsky
Changes by Alexander Belopolsky : -- resolution: -> duplicate superseder: -> Document unicode C-API in reST ___ Python tracker ___ __

[issue8647] PyUnicode_GetMax is undocumented

2010-11-20 Thread Simon Cross
Simon Cross added the comment: This issue is subsumed by #10435 and can probably be closed as a duplicated. -- nosy: +hodgestar ___ Python tracker ___ ___

[issue8647] PyUnicode_GetMax is undocumented

2010-06-15 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Yes, though it may be a while before I find time to do so. -- ___ Python tracker ___ ___ Python-bu

[issue8647] PyUnicode_GetMax is undocumented

2010-06-14 Thread STINNER Victor
STINNER Victor added the comment: Can you write a patch? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue8647] PyUnicode_GetMax is undocumented

2010-05-12 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue8647] PyUnicode_GetMax is undocumented

2010-05-07 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : Here's the relevant signature: /* Get the maximum ordinal for a Unicode character. */ PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void); -- assignee: d...@python components: Documentation messages: 105206 nosy: d...@python, stutzbach priority: normal s