mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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.
This commit is contained in:
parent
d6bf6f2d0c
commit
2ea8099523
1 changed files with 0 additions and 14 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue