diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-12-13 23:57:01 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-12-13 23:57:01 (GMT) |
commit | ccb9d05b6c6b32ac9429f90cf24a1da477fde79e (patch) | |
tree | a8ca264f47d0a9a985968c5397389315bd444c57 /Misc/NEWS | |
parent | fa66d583f6eb79c95ff07a84cbae1d44c81f5b8e (diff) | |
download | cpython-ccb9d05b6c6b32ac9429f90cf24a1da477fde79e.zip cpython-ccb9d05b6c6b32ac9429f90cf24a1da477fde79e.tar.gz cpython-ccb9d05b6c6b32ac9429f90cf24a1da477fde79e.tar.bz2 |
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.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #1078919: add_header now automatically RFC2231 encodes parameters + that contain non-ascii values. + - Issue #10107: Warn about unsaved files in IDLE on OSX. - Issue #7904: Changes to urllib.parse.urlsplit to handle schemes as defined by |