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 kyle.roberts
Recipients brian.curtin, docs@python, kyle.roberts, r.david.murray, serhiy.storchaka
Date 2013-04-30.19:30:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367350247.95.0.96827371341.issue15984@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the quick responses.

Brian: Nice catch, I'll add the ``obj`` shortly.

R. David: You're correct, that's exactly what happens, and what coercion means here. The language is almost the same as PyUnicode_FromEncodedObject()'s documentation, but if it's unclear I don't mind changing both. The code's comment offers another way of describing the "type modification":

/* For a Unicode subtype that's not a Unicode object, return a true Unicode object with the same data. */
History
Date User Action Args
2013-04-30 19:30:47kyle.robertssetrecipients: + kyle.roberts, r.david.murray, brian.curtin, docs@python, serhiy.storchaka
2013-04-30 19:30:47kyle.robertssetmessageid: <1367350247.95.0.96827371341.issue15984@psf.upfronthosting.co.za>
2013-04-30 19:30:47kyle.robertslinkissue15984 messages
2013-04-30 19:30:47kyle.robertscreate