New submission from Antoine Pitrou <pit...@free.fr>: It is not obvious whether encoding of an unicode argument will happen or not:
« [...] No guessing or encoding is performed on the text data. Changed in version 2.4: The previously deprecated _encoding argument has been removed. Encoding happens implicitly based on the _charset argument. » http://docs.python.org/library/email.mime.html#email.mime.text.MIMEText ---------- assignee: georg.brandl components: Documentation messages: 90711 nosy: georg.brandl, pitrou severity: normal stage: needs patch status: open title: Contradictory documentation for email.mime.text.MIMEText versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6521> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com