Skip to content

Commit 2ea8099

Browse files
scoderserhiy-storchaka
authored andcommitted
bpo-9883: Update list of unimplemented interfaces in minidom. (pythonGH-12677)
Remove names from the "unimplemented interfaces" list in the minidom docs that are actually implemented.
1 parent d6bf6f2 commit 2ea8099

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Doc/library/xml.dom.minidom.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -238,22 +238,8 @@ The following interfaces have no implementation in :mod:`xml.dom.minidom`:
238238

239239
* :class:`DOMTimeStamp`
240240

241-
* :class:`DocumentType`
242-
243-
* :class:`DOMImplementation`
244-
245-
* :class:`CharacterData`
246-
247-
* :class:`CDATASection`
248-
249-
* :class:`Notation`
250-
251-
* :class:`Entity`
252-
253241
* :class:`EntityReference`
254242

255-
* :class:`DocumentFragment`
256-
257243
Most of these reflect information in the XML document that is not of general
258244
utility to most DOM users.
259245

0 commit comments

Comments
 (0)