diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 268349d4e5e..b10818056c0 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 -------------------------------------------