diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 07:12:51 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 07:12:51 (GMT) |
commit | 29ce082c10abe32ff9e9991d42c244d4ab3101b7 (patch) | |
tree | 40956dc5178c299e0f0dc762c642d5fc46a40434 /Lib | |
parent | 1aa06e15256af2b4c2cfe41bfdcd0e1349f5b1d4 (diff) | |
download | cpython-29ce082c10abe32ff9e9991d42c244d4ab3101b7.zip cpython-29ce082c10abe32ff9e9991d42c244d4ab3101b7.tar.gz cpython-29ce082c10abe32ff9e9991d42c244d4ab3101b7.tar.bz2 |
Clarify deprecation of ElementTree.XMLParser(html=...) parameter
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/xml/etree/ElementTree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py index b4e110d..6d1b0ab 100644 --- a/Lib/xml/etree/ElementTree.py +++ b/Lib/xml/etree/ElementTree.py @@ -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: |