summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-10-01 20:19:51 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-10-01 20:19:51 (GMT)
commit791744b07004222c31b4fca34e62607685aa11fa (patch)
tree2d3e20b01a563b90eaa634c5724b6a321196f8b5 /Misc/NEWS
parentd8c347a8de9d7b76d0980ac18511667ab1cb2a4f (diff)
downloadcpython-791744b07004222c31b4fca34e62607685aa11fa.zip
cpython-791744b07004222c31b4fca34e62607685aa11fa.tar.gz
cpython-791744b07004222c31b4fca34e62607685aa11fa.tar.bz2
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
Patch by Dan Kenigsberg.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f13fbe8..42627a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Core and Builtins
Library
-------
+- Issue #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
+
- Issue #13034: When decoding some SSL certificates, the subjectAltName
extension could be unreported.