summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-15 18:00:35 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-15 18:00:35 (GMT)
commit3844f0d7cd4c54686bf6d5f2a4bf9860fc959083 (patch)
tree8616b36264e984737679a50bb7731568a0e9e036 /Misc
parentb9cd72a9f776bc2b517e22af444dc14268f50b41 (diff)
downloadcpython-3844f0d7cd4c54686bf6d5f2a4bf9860fc959083.zip
cpython-3844f0d7cd4c54686bf6d5f2a4bf9860fc959083.tar.gz
cpython-3844f0d7cd4c54686bf6d5f2a4bf9860fc959083.tar.bz2
#6098: Refrain from claiming DOM level 3 conformance in minidom.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bb89da..0e24737 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #6098: Don't claim DOM level 3 conformance in minidom.
+
- Issue #5762: Fix AttributeError raised by ``xml.dom.minidom`` when an empty
XML namespace attribute is encountered.