[issue8649] Py_UNICODE_* functions are undocumented

2010-11-16 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: There are more undocumented functions in unicode.h. It makes sense to fix all of them in one patch. Closing this as superseded by #10435. -- nosy: +belopolsky resolution: -> duplicate status: open -> closed superseder: -> Document unicode C-A

[issue8649] Py_UNICODE_* functions are undocumented

2010-09-03 Thread Nick Coghlan
Nick Coghlan added the comment: For this one, I suggest adding something to http://docs.python.org/dev/c-api/unicode.html#plain-py-unicode -- nosy: +ncoghlan ___ Python tracker

[issue8649] Py_UNICODE_* functions are undocumented

2010-05-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.6, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8649] Py_UNICODE_* functions are undocumented

2010-05-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: If, for this and your previous two issues, you could add a suggestion as to precisely where you would make an addition and what minimally adequate text you would add (even unformatted ascii text in a message) that is consistent with surrounding style, action

[issue8649] Py_UNICODE_* functions are 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

[issue8649] Py_UNICODE_* functions are undocumented

2010-05-07 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : Python provides several functions for manipulating raw Py_UNICODE strings, but they aren't documented. Below are their signatures. PyAPI_FUNC(size_t) Py_UNICODE_strlen(const Py_UNICODE *u); PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strcpy( Py_UNICODE *s1, c