Am 03.09.2010 18:24, schrieb Victor Stinner: >> Other than that, ok, let's have them. > > Ok. > > r84455 renames PyUnicode_strdup() to PyUnicode_AsUnicodeCopy(), and r84456 > document it: > > ---------- > ... cfunction:: Py_UNICODE* PyUnicode_AsUnicodeCopy(PyObject *unicode) > > Create a copy of a unicode string ending with a nul character. Return > *NULL* > and raise a :exc:`MemoryError` exception on memory allocation failure, > otherwise return a new allocated buffer (use :cfunc:`PyMem_Free` to free > the > buffer). > ---------- > > Thanks all for your review and advices ;-)
What about Py_UNICODE_strcat? If it remains, it needs to be documented as well. Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com