mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Clarify deprecation of ElementTree.XMLParser(html=...) parameter
This commit is contained in:
parent
1aa06e1525
commit
29ce082c10
1 changed files with 1 additions and 1 deletions
|
@ -1454,7 +1454,7 @@ class TreeBuilder:
|
|||
class XMLParser:
|
||||
"""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
|
||||
standard TreeBuilder class, *encoding* is an optional encoding string
|
||||
which if given, overrides the encoding specified in the XML file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue