mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
#6098: Refrain from claiming DOM level 3 conformance in minidom.
This commit is contained in:
parent
b9cd72a9f7
commit
3844f0d7cd
2 changed files with 2 additions and 2 deletions
|
|
@ -1371,11 +1371,9 @@ def __init__(self, name, publicId, systemId):
|
|||
class DOMImplementation(DOMImplementationLS):
|
||||
_features = [("core", "1.0"),
|
||||
("core", "2.0"),
|
||||
("core", "3.0"),
|
||||
("core", None),
|
||||
("xml", "1.0"),
|
||||
("xml", "2.0"),
|
||||
("xml", "3.0"),
|
||||
("xml", None),
|
||||
("ls-load", "3.0"),
|
||||
("ls-load", None),
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #6098: Don't claim DOM level 3 conformance in minidom.
|
||||
|
||||
- Issue #5762: Fix AttributeError raised by ``xml.dom.minidom`` when an empty
|
||||
XML namespace attribute is encountered.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue