]> granicus.if.org Git - python/commit
#1078919: make add_header automatically do RFC2231 encoding when needed.
authorR. David Murray <rdmurray@bitdance.com>
Mon, 13 Dec 2010 23:51:19 +0000 (23:51 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 13 Dec 2010 23:51:19 +0000 (23:51 +0000)
commit7ec754b7da863c5b0c5ca212da8a2585db989bf8
treeb388a68e00b9ee639129033bc3983fbe94cb2a64
parent796343b1988e3e47c9b400053f844c2bb0352d9a
#1078919: make add_header automatically do RFC2231 encoding when needed.

Also document the use of three-tuples if control of the charset
and language is desired.
Doc/library/email.message.rst
Lib/email/message.py
Lib/email/test/test_email.py
Misc/NEWS