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 serhiy.storchaka
Recipients docs@python, serhiy.storchaka
Date 2012-09-20.16:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348157907.35.0.947782583816.issue15984@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation it is written that PyUnicode_FromObject() is a shortcut for PyUnicode_FromEncodedObject(). But PyUnicode_FromObject() is not call PyUnicode_FromEncodedObject() direct nor indirect. PyUnicode_FromObject() works only with unicode and unicode subclass objects, PyUnicode_FromEncodedObject() is not works with unicode objects.
History
Date User Action Args
2012-09-20 16:18:27serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2012-09-20 16:18:27serhiy.storchakasetmessageid: <1348157907.35.0.947782583816.issue15984@psf.upfronthosting.co.za>
2012-09-20 16:18:26serhiy.storchakalinkissue15984 messages
2012-09-20 16:18:26serhiy.storchakacreate