This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donlorenzo
Recipients alexandre.vassalotti, donlorenzo
Date 2009-04-18.15:18:43
SpamBayes Score 0.0036521135
Marked as misclassified No
Message-id <1240067927.64.0.856406288343.issue1944@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-04-18 15:18:47donlorenzosetrecipients: + donlorenzo, alexandre.vassalotti
2009-04-18 15:18:47donlorenzosetmessageid: <1240067927.64.0.856406288343.issue1944@psf.upfronthosting.co.za>
2009-04-18 15:18:46donlorenzolinkissue1944 messages
2009-04-18 15:18:46donlorenzocreate