diff options
author | Georg Brandl <georg@python.org> | 2010-10-15 18:00:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-15 18:00:35 (GMT) |
commit | 3844f0d7cd4c54686bf6d5f2a4bf9860fc959083 (patch) | |
tree | 8616b36264e984737679a50bb7731568a0e9e036 /Misc | |
parent | b9cd72a9f776bc2b517e22af444dc14268f50b41 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |