This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients docs@python, stutzbach
Date 2010-05-07.16:07:16
SpamBayes Score 0.08992314
Marked as misclassified No
Message-id <1273248439.66.0.594970239714.issue8647@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the relevant signature:

/* Get the maximum ordinal for a Unicode character. */
PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void);
History
Date User Action Args
2010-05-07 16:07:19stutzbachsetrecipients: + stutzbach, docs@python
2010-05-07 16:07:19stutzbachsetmessageid: <1273248439.66.0.594970239714.issue8647@psf.upfronthosting.co.za>
2010-05-07 16:07:17stutzbachlinkissue8647 messages
2010-05-07 16:07:16stutzbachcreate