From: Martin Panter Date: Sat, 4 Jun 2016 07:12:51 +0000 (+0000) Subject: Clarify deprecation of ElementTree.XMLParser(html=...) parameter X-Git-Tag: v3.6.0a2~146^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29ce082c10abe32ff9e9991d42c244d4ab3101b7;p=python Clarify deprecation of ElementTree.XMLParser(html=...) parameter --- diff --git a/Lib/xml/etree/ElementTree.py b/Lib/xml/etree/ElementTree.py index b4e110d5de..6d1b0ab864 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: