[Python-checkins] cpython: whatsnew: note in deprecation section about html.parser strict.

r.david.murray python-checkins at python.org
Thu Mar 6 19:41:15 CET 2014


http://hg.python.org/cpython/rev/964c4899efc4
changeset:   89494:964c4899efc4
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Mar 06 13:40:53 2014 -0500
summary:
  whatsnew: note in deprecation section about html.parser strict.

files:
  Doc/whatsnew/3.4.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1759,6 +1759,8 @@
   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
 -------------------------------------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list