Issue 8647: PyUnicode_GetMax is undocumented
Created on 2010-05-07 16:07 by stutzbach, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg105206 - (view) | Author: Daniel Stutzbach (stutzbach) ![]() |
Date: 2010-05-07 16:07 | |
Here's the relevant signature: /* Get the maximum ordinal for a Unicode character. */ PyAPI_FUNC(Py_UNICODE) PyUnicode_GetMax(void); |
|||
| msg107835 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2010-06-14 22:52 | |
Can you write a patch? |
|||
| msg107869 - (view) | Author: Daniel Stutzbach (stutzbach) ![]() |
Date: 2010-06-15 13:53 | |
Yes, though it may be a while before I find time to do so. |
|||
| msg121670 - (view) | Author: Simon Cross (hodgestar) | Date: 2010-11-20 16:22 | |
This issue is subsumed by #10435 and can probably be closed as a duplicated. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:00 | admin | set | github: 52893 |
| 2010-11-20 23:35:01 | eric.araujo | set | status: open -> closed stage: needs patch -> resolved |
| 2010-11-20 23:20:47 | belopolsky | set | resolution: duplicate superseder: Document unicode C-API in reST |
| 2010-11-20 16:22:59 | hodgestar | set | nosy:
+ hodgestar messages: + msg121670 |
| 2010-06-15 13:53:23 | stutzbach | set | messages: + msg107869 |
| 2010-06-14 22:52:28 | vstinner | set | messages: + msg107835 |
| 2010-05-13 01:10:49 | vstinner | set | nosy:
+ vstinner |
| 2010-05-07 16:07:17 | stutzbach | create | |
