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 llnik
Recipients bob.ippolito, docs@python, fdrake, llnik
Date 2010-10-07.09:23:27
SpamBayes Score 0.00015290067
Marked as misclassified No
Message-id <1286443409.5.0.590311789175.issue10038@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, the solution should not be "maybe it's str, maybe it's unicode" - I mean, if the decoder gives you a str if there are no fancy characters and unicode if it contains some, this might lead to some confusion... And yes, in my opinion, this is a bug, too.
History
Date User Action Args
2010-10-07 09:23:29llniksetrecipients: + llnik, fdrake, bob.ippolito, docs@python
2010-10-07 09:23:29llniksetmessageid: <1286443409.5.0.590311789175.issue10038@psf.upfronthosting.co.za>
2010-10-07 09:23:28llniklinkissue10038 messages
2010-10-07 09:23:27llnikcreate