]> granicus.if.org Git - python/commitdiff
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 6 Apr 2019 16:57:43 +0000 (18:57 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Apr 2019 16:57:43 +0000 (19:57 +0300)
Remove names from the "unimplemented interfaces" list
in the minidom docs that are actually implemented.

Doc/library/xml.dom.minidom.rst

index af09ea98c8182114eb72ca998dc430a0b63292de..2423a0c15691f4e9b72cb6f97605d8b1a563baa5 100644 (file)
@@ -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.