[Python-checkins] bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)

Serhiy Storchaka webhook-mailer at python.org
Sat Apr 6 12:57:46 EDT 2019


https://github.com/python/cpython/commit/2ea8099523581cf2ecc060831a53debb57ff98ee
commit: 2ea8099523581cf2ecc060831a53debb57ff98ee
branch: master
author: Stefan Behnel <stefan_ml at behnel.de>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2019-04-06T19:57:43+03:00
summary:

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.

files:
M Doc/library/xml.dom.minidom.rst

diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst
index af09ea98c818..2423a0c15691 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.
 



More information about the Python-checkins mailing list