From: R David Murray Date: Thu, 6 Mar 2014 18:40:53 +0000 (-0500) Subject: whatsnew: note in deprecation section about html.parser strict. X-Git-Tag: v3.4.1rc1~233^2~130 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beec02ac0665d34d592f23c8c8f10ec3b41f8fe9;p=python whatsnew: note in deprecation section about html.parser strict. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 268349d4e5..b10818056c 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 -------------------------------------------