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 georg.brandl
Recipients georg.brandl, lemburg, zenzen
Date 2007-08-30.10:22:29
SpamBayes Score 0.28363
Marked as misclassified No
Message-id <1188469350.09.0.316742350765.issue883466@psf.upfronthosting.co.za>
In-reply-to
Content
This is the same issue you can see with
cStringIO.StringIO(u"abc").getvalue().  This behavior will not be
changed, as per #1730114.

Marc-Andre: would it be okay to add an explicit str() call in the
StringIO calls in quopri_codec and uu_codec, so that non-ASCII unicode
strings give an error on decode(), as binascii.b2a_qp() does?
History
Date User Action Args
2007-08-30 10:22:30georg.brandlsetspambayes_score: 0.28363 -> 0.28363
recipients: + georg.brandl, lemburg, zenzen
2007-08-30 10:22:30georg.brandlsetspambayes_score: 0.28363 -> 0.28363
messageid: <1188469350.09.0.316742350765.issue883466@psf.upfronthosting.co.za>
2007-08-30 10:22:30georg.brandllinkissue883466 messages
2007-08-30 10:22:29georg.brandlcreate