]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Apr 2019 02:55:58 +0000 (19:55 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2019 02:55:58 +0000 (19:55 -0700)
Remove names from the "unimplemented interfaces" list
in the minidom docs that are actually implemented.
(cherry picked from commit 2ea8099523581cf2ecc060831a53debb57ff98ee)

Co-authored-by: Stefan Behnel <stefan_ml@behnel.de>
Doc/library/xml.dom.minidom.rst

index a37caf62a374b6c27cb805b0384c027c0f2e618a..96080c3e318cd10e57d757ef3b5e8f0e8b64837f 100644 (file)
@@ -227,22 +227,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.