summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-12-13 23:57:01 (GMT)
committerR. David Murray <rdmurray@bitdance.com>2010-12-13 23:57:01 (GMT)
commitccb9d05b6c6b32ac9429f90cf24a1da477fde79e (patch)
treea8ca264f47d0a9a985968c5397389315bd444c57 /Misc/NEWS
parentfa66d583f6eb79c95ff07a84cbae1d44c81f5b8e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa9020e..b1b3b6c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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