summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-08 16:51:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-08 16:51:18 (GMT)
commitff9616bbf7ecbd55a7206dae28f06ef90f270566 (patch)
tree9f9eb495e56d55060f76b6d3e8122d098ea1c6ce /Misc
parent99b1f2b3bba6cd7c2f9c78183e3275436ed0b363 (diff)
parent905c8c3d8dfe081d91e399aa5fd93d1659655264 (diff)
downloadcpython-ff9616bbf7ecbd55a7206dae28f06ef90f270566.zip
cpython-ff9616bbf7ecbd55a7206dae28f06ef90f270566.tar.gz
cpython-ff9616bbf7ecbd55a7206dae28f06ef90f270566.tar.bz2
Merge #19772: Do not mutate message when downcoding to 7bit.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a0e9ed8..4df5a41 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #19772: email.generator no longer mutates the message object when
+ doing a down-transform from 8bit to 7bit CTEs.
+
- Issue #20536: the statistics module now correctly handle Decimal instances
with positive exponents