]> granicus.if.org Git - python/commitdiff
whatsnew: note in deprecation section about html.parser strict.
authorR David Murray <rdmurray@bitdance.com>
Thu, 6 Mar 2014 18:40:53 +0000 (13:40 -0500)
committerR David Murray <rdmurray@bitdance.com>
Thu, 6 Mar 2014 18:40:53 +0000 (13:40 -0500)
Doc/whatsnew/3.4.rst

index 268349d4e5e117d13aa4793d039104bf84cf41f4..b10818056c0da1a10eabbd7c4f5f399d83395e63 100644 (file)
@@ -1759,6 +1759,8 @@ Deprecated Python Modules, Functions and Methods
   not have been exposed and is hopefully not in use; it is deprecated and
   will mostly likely be removed in Python 3.5.
 
+* The *strict* argument of :class:`~html.parser.HTMLParser` is deprecated.
+
 
 Deprecated Functions and Types in the C API
 -------------------------------------------