summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-10-01 20:22:35 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-10-01 20:22:35 (GMT)
commit1d30db459d0c0c084813693740295ad6fce2c175 (patch)
tree14c416b9a68998a8d244771e69c3e65564803903 /Misc/NEWS
parenta02a12c517e69e457f4425aa5af6f55c36a6a39a (diff)
parent791744b07004222c31b4fca34e62607685aa11fa (diff)
downloadcpython-1d30db459d0c0c084813693740295ad6fce2c175.zip
cpython-1d30db459d0c0c084813693740295ad6fce2c175.tar.gz
cpython-1d30db459d0c0c084813693740295ad6fce2c175.tar.bz2
merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.
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 e07e3a7..822594c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -294,6 +294,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.