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 belopolsky
Recipients belopolsky, lemburg, loewis, vstinner
Date 2010-11-16.23:58:05
SpamBayes Score 0.00020931206
Marked as misclassified No
Message-id <1289951888.3.0.800508628216.issue10435@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch documents all previously undocumented unicode C API functions.  Note that for the PyUnicode_As{En,De}codedObject() and PyUnicode_As{En,De}DecodedUnicode() functions I attempted to capture what they are supposed to do rather than what the current implementation does.
History
Date User Action Args
2010-11-16 23:58:09belopolskysetrecipients: + belopolsky, lemburg, loewis, vstinner
2010-11-16 23:58:08belopolskysetmessageid: <1289951888.3.0.800508628216.issue10435@psf.upfronthosting.co.za>
2010-11-16 23:58:06belopolskylinkissue10435 messages
2010-11-16 23:58:06belopolskycreate