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 stutzbach
Recipients docs@python, stutzbach
Date 2010-05-07.15:55:33
SpamBayes Score 8.889612e-05
Marked as misclassified No
Message-id <1273247735.73.0.712345896243.issue8645@psf.upfronthosting.co.za>
In-reply-to
Content
PyUnicode_AsEncodedObject is undocumented.  It has the same signature as PyUnicode_AsEncodedString, although they do slightly different things based on a brief source code inspection (I'm not clear on what that difference is though).
History
Date User Action Args
2010-05-07 15:55:36stutzbachsetrecipients: + stutzbach, docs@python
2010-05-07 15:55:35stutzbachsetmessageid: <1273247735.73.0.712345896243.issue8645@psf.upfronthosting.co.za>
2010-05-07 15:55:34stutzbachlinkissue8645 messages
2010-05-07 15:55:34stutzbachcreate