whatsnew: note in deprecation section about html.parser strict.

This commit is contained in:
R David Murray 2014-03-06 13:40:53 -05:00
parent 05fad4ede7
commit beec02ac06
1 changed files with 2 additions and 0 deletions

View File

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