summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2019-04-06 16:57:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-04-06 16:57:43 (GMT)
commit2ea8099523581cf2ecc060831a53debb57ff98ee (patch)
treed8bb657fe88ef0c772a513b2b2dfbbf0d885b93d /Doc
parentd6bf6f2d0c83f0c64ce86e7b9340278627798090 (diff)
downloadcpython-2ea8099523581cf2ecc060831a53debb57ff98ee.zip
cpython-2ea8099523581cf2ecc060831a53debb57ff98ee.tar.gz
cpython-2ea8099523581cf2ecc060831a53debb57ff98ee.tar.bz2
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
Remove names from the "unimplemented interfaces" list in the minidom docs that are actually implemented.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/xml.dom.minidom.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst
index af09ea9..2423a0c 100644
--- a/Doc/library/xml.dom.minidom.rst
+++ b/Doc/library/xml.dom.minidom.rst
@@ -238,22 +238,8 @@ The following interfaces have no implementation in :mod:`xml.dom.minidom`:
* :class:`DOMTimeStamp`
-* :class:`DocumentType`
-
-* :class:`DOMImplementation`
-
-* :class:`CharacterData`
-
-* :class:`CDATASection`
-
-* :class:`Notation`
-
-* :class:`Entity`
-
* :class:`EntityReference`
-* :class:`DocumentFragment`
-
Most of these reflect information in the XML document that is not of general
utility to most DOM users.