summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2016-09-12 06:23:24 (GMT)
committerRaymond Hettinger <python@rcn.com>2016-09-12 06:23:24 (GMT)
commit11fa3ffcb11caf628435670b213f9bc2e3ba4f67 (patch)
treea147fd06c6803f5ea86d4c419a99183ea3bdd14c /Misc/NEWS
parent3dad1a5b8296334c028e4ce90980d0a69558f8b8 (diff)
parent076366c2a52b1446eb684806f95e10c91366094a (diff)
downloadcpython-11fa3ffcb11caf628435670b213f9bc2e3ba4f67.zip
cpython-11fa3ffcb11caf628435670b213f9bc2e3ba4f67.tar.gz
cpython-11fa3ffcb11caf628435670b213f9bc2e3ba4f67.tar.bz2
merge
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 e6f0384..b58822e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -209,6 +209,9 @@ Library
- Issue #24594: Validates persist parameter when opening MSI database
+- Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
+ (Patch by Duane Griffin. Reviewed and approved by Stefan Behnel.)
+
- Issue #28047: Fixed calculation of line length used for the base64 CTE
in the new email policies.