]> granicus.if.org Git - python/commit
Merged revisions 87217 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 13 Dec 2010 23:57:01 +0000 (23:57 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 13 Dec 2010 23:57:01 +0000 (23:57 +0000)
commitccb9d05b6c6b32ac9429f90cf24a1da477fde79e
treea8ca264f47d0a9a985968c5397389315bd444c57
parentfa66d583f6eb79c95ff07a84cbae1d44c81f5b8e
Merged revisions 87217 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87217 | r.david.murray | 2010-12-13 18:51:19 -0500 (Mon, 13 Dec 2010) | 5 lines

  #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