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>
* :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.