summaryrefslogtreecommitdiffstats
path: root/Lib/xml
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 /Lib/xml
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 'Lib/xml')
-rw-r--r--Lib/xml/dom/minidom.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/xml/dom/minidom.py b/Lib/xml/dom/minidom.py
index 81a1330..e51eef6 100644
--- a/Lib/xml/dom/minidom.py
+++ b/Lib/xml/dom/minidom.py
@@ -1371,11 +1371,9 @@ class Notation(Identified, Childless, Node):
class DOMImplementation(DOMImplementationLS):
_features = [("core", "1.0"),
("core", "2.0"),
- ("core", "3.0"),
("core", None),
("xml", "1.0"),
("xml", "2.0"),
- ("xml", "3.0"),
("xml", None),
("ls-load", "3.0"),
("ls-load", None),