[issue1944] Documentation for PyUnicode_AsString (et al.) missing.

Lorenz Quack report at bugs.python.org
Sat Apr 18 17:18:47 CEST 2009


Lorenz Quack <don at amberfisharts.com> added the comment:

Ok, here is my shot at a patch for at least some of the undocumented
functions. Namely the following functions are being documented in the patch:

  PyUnicode_FromFormat
  PyUnicode_FromFormatV
  PyUnicode_FromString
  PyUnicode_FromStringAndSize
  PyUnicode_Partition
  PyUnicode_RPartition
  PyUnicode_RSplit

Please thoroughly review this patch since I didn't really digg into the
source to find out what the functions do but rather just copied old
PyString documentation or derived it from the docs for the Python API.

----------
keywords: +patch
Added file: http://bugs.python.org/file13717/unicode.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1944>
_______________________________________


More information about the Python-bugs-list mailing list