Commit 29ce082c authored by Martin Panter's avatar Martin Panter

Clarify deprecation of ElementTree.XMLParser(html=...) parameter

parent 1aa06e15
...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment