cpython/Lib/email/mime
R David Murray 8680bcc5db #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode
Previously it would just accept the unicode, which would wind up as unicode in
the transfer-encoded message object, which is just wrong.

Patch by Jeff Knupp.
2012-03-22 22:17:51 -04:00
..
__init__.py
application.py #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 05:18:48 +02:00
audio.py
base.py
image.py
message.py
multipart.py
nonmultipart.py
text.py #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode 2012-03-22 22:17:51 -04:00