Message86121
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. |
|
Date |
User |
Action |
Args |
2009-04-18 15:18:47 | donlorenzo | set | recipients:
+ donlorenzo, alexandre.vassalotti |
2009-04-18 15:18:47 | donlorenzo | set | messageid: <1240067927.64.0.856406288343.issue1944@psf.upfronthosting.co.za> |
2009-04-18 15:18:46 | donlorenzo | link | issue1944 messages |
2009-04-18 15:18:46 | donlorenzo | create | |
|