]> granicus.if.org Git - python/commitdiff
Clarify deprecation of ElementTree.XMLParser(html=...) parameter
authorMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 07:12:51 +0000 (07:12 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 4 Jun 2016 07:12:51 +0000 (07:12 +0000)
Lib/xml/etree/ElementTree.py

index b4e110d5dea7945ebc036b46f8ff54709c7f8d66..6d1b0ab864ccc4c1912cc8e3b242020db58e045f 100644 (file)
@@ -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: