R. David Murray <rdmur...@bitdance.com> added the comment:

Ah, it's not 100% true that it doesn't change "working" behavior.  Before the 
patch, the first example in this ticket doesn't raise an error until the 
as_string call.  After this patch, the error is raised as soon as MIMEText is 
called without the charset parameter.  Since without the patch the code still 
fails eventually, I think this is an acceptable behavior change for a bug fix, 
but it does make me a little nervous :)

Updated patch with doc change to Message.set_charset attached.

----------
Added file: http://bugs.python.org/file17514/mimetext_unicode_input.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1368247>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to