From: Stefan Behnel Date: Sat, 6 Apr 2019 16:57:43 +0000 (+0200) Subject: bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677) X-Git-Tag: v3.8.0a4~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ea8099523581cf2ecc060831a53debb57ff98ee;p=python 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. --- diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index af09ea98c8..2423a0c156 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.