summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-05-17 18:24:33 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-05-17 18:24:33 (GMT)
commitfdb23c2fe5499d26701fa34873c1cdc347adcb80 (patch)
tree1f65d6f676b2feb7ee7c0e24068ca67160d91407 /Misc/NEWS
parent224ef3ec3b0758956789c4c98e6cc93704304419 (diff)
downloadcpython-fdb23c2fe5499d26701fa34873c1cdc347adcb80.zip
cpython-fdb23c2fe5499d26701fa34873c1cdc347adcb80.tar.gz
cpython-fdb23c2fe5499d26701fa34873c1cdc347adcb80.tar.bz2
#20098: add mangle_from_ policy option.
This defaults to True in the compat32 policy for backward compatibility, but to False for all new policies. Patch by Milan Oberkirch, with a few tweaks.
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 5ae6031..586baa1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #20098: New mangle_from_ policy option for email, default True
+ for compat32, but False for all other policies.
+
- Issue #24211: The email library now supports RFC 6532: it can generate
headers using utf-8 instead of encoded words.