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, doerwalter, loewis, pitrou
Date 2010-12-30.01:53:46
SpamBayes Score 1.5217555e-06
Marked as misclassified No
Message-id <1293674028.79.0.123954272036.issue3232@psf.upfronthosting.co.za>
In-reply-to
Content
Arguably, it is not a bug if codec's decode method rejects unicode strings with a TypeError.  The 2.x implementation seems to allow decoding of ASCII-only unicode labels joined by arbitrary RFC 3490 separators.  I am not sure what the use case for this behavior would be.  In any case, supporting this would be a feature and it's acceptance would depend on the outcome of #7475.
History
Date User Action Args
2010-12-30 01:53:48belopolskysetrecipients: + belopolsky, loewis, doerwalter, pitrou
2010-12-30 01:53:48belopolskysetmessageid: <1293674028.79.0.123954272036.issue3232@psf.upfronthosting.co.za>
2010-12-30 01:53:47belopolskylinkissue3232 messages
2010-12-30 01:53:46belopolskycreate