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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=beec02ac0665d34d592f23c8c8f10ec3b41f8fe9;p=thirdparty%2FPython%2Fcpython.git whatsnew: note in deprecation section about html.parser strict. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 268349d4e5e1..b10818056c0d 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 -------------------------------------------