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

Not in email5.  The RFC says that if the charset parameter isn't known you just 
pass it through.  In email6 we will be making a more careful distinction 
between errors that should be passed silently per the RFC, and ones that should 
be noisy because the API in question is being used to create the message 
ab-initio.  (In email5 the exact same machinery is used to create a message 
from parsed source as is used to create a message programatically, resulting in 
the silent passing of certain errors that should really be noisy.)

----------

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

Reply via email to