summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-03-06 18:40:53 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-03-06 18:40:53 (GMT)
commitbeec02ac0665d34d592f23c8c8f10ec3b41f8fe9 (patch)
treea201898c9445ac713d3ef45605fb74f5b3137f5b
parent05fad4ede7eea58b41ec1d11e4a84ec6fabb0800 (diff)
downloadcpython-beec02ac0665d34d592f23c8c8f10ec3b41f8fe9.zip
cpython-beec02ac0665d34d592f23c8c8f10ec3b41f8fe9.tar.gz
cpython-beec02ac0665d34d592f23c8c8f10ec3b41f8fe9.tar.bz2
whatsnew: note in deprecation section about html.parser strict.
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 268349d..b108180 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
-------------------------------------------