[issue883466] quopri encoding & Unicode

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: Okay, changed in rev. 57925. Closing this as fixed. -- resolution: -> fixed status: open -> closed Tracker <[EMAIL PROTECTED]>

[issue883466] quopri encoding & Unicode

2007-08-30 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Georg: Yes, sure. Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue883466] quopri encoding & Unicode

2007-08-30 Thread Georg Brandl
Georg Brandl added the comment: 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 uni