commit | ccb9d05b6c6b32ac9429f90cf24a1da477fde79e | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Dec 13 23:57:01 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Dec 13 23:57:01 2010 +0000 |
tree | a8ca264f47d0a9a985968c5397389315bd444c57 | |
parent | fa66d583f6eb79c95ff07a84cbae1d44c81f5b8e [diff] |
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. ........