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
29ce082c
Commit
29ce082c
authored
Jun 04, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify deprecation of ElementTree.XMLParser(html=...) parameter
parent
1aa06e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lib/xml/etree/ElementTree.py
Lib/xml/etree/ElementTree.py
+1
-1
No files found.
Lib/xml/etree/ElementTree.py
View file @
29ce082c
...
@@ -1454,7 +1454,7 @@ class TreeBuilder:
...
@@ -1454,7 +1454,7 @@ class TreeBuilder:
class
XMLParser
:
class
XMLParser
:
"""Element structure builder for XML source data based on the expat parser.
"""Element structure builder for XML source data based on the expat parser.
*html* are predefined HTML entities (
not supported currently
),
*html* are predefined HTML entities (
deprecated and not supported
),
*target* is an optional target object which defaults to an instance of the
*target* is an optional target object which defaults to an instance of the
standard TreeBuilder class, *encoding* is an optional encoding string
standard TreeBuilder class, *encoding* is an optional encoding string
which if given, overrides the encoding specified in the XML file:
which if given, overrides the encoding specified in the XML file:
...
...
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