From beec02ac0665d34d592f23c8c8f10ec3b41f8fe9 Mon Sep 17 00:00:00 2001
From: R David Murray <rdmurray@bitdance.com>
Date: Thu, 6 Mar 2014 13:40:53 -0500
Subject: [PATCH] whatsnew: note in deprecation section about html.parser
 strict.

---
 Doc/whatsnew/3.4.rst | 2 ++
 1 file changed, 2 insertions(+)

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
 -------------------------------------------
-- 
2.40.0