From a9a065addd175ed37a959118c90377ba60f90036 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 7 Apr 2019 19:55:58 -0700 Subject: [PATCH] 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. (cherry picked from commit 2ea8099523581cf2ecc060831a53debb57ff98ee) Co-authored-by: Stefan Behnel --- Doc/library/xml.dom.minidom.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index a37caf62a374..96080c3e318c 100644 --- a/Doc/library/xml.dom.minidom.rst +++ b/Doc/library/xml.dom.minidom.rst @@ -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. -- 2.47.3