Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3844f0d7
Commit
3844f0d7
authored
Oct 15, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#6098: Refrain from claiming DOM level 3 conformance in minidom.
parent
b9cd72a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/xml/dom/minidom.py
Lib/xml/dom/minidom.py
+0
-2
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Lib/xml/dom/minidom.py
View file @
3844f0d7
...
...
@@ -1371,11 +1371,9 @@ class Notation(Identified, Childless, Node):
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
),
...
...
Misc/NEWS
View file @
3844f0d7
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment