whatsnew: note in deprecation section about html.parser strict.
This commit is contained in:
parent
05fad4ede7
commit
beec02ac06
|
@ -1759,6 +1759,8 @@ Deprecated Python Modules, Functions and Methods
|
||||||
not have been exposed and is hopefully not in use; it is deprecated and
|
not have been exposed and is hopefully not in use; it is deprecated and
|
||||||
will mostly likely be removed in Python 3.5.
|
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
|
Deprecated Functions and Types in the C API
|
||||||
-------------------------------------------
|
-------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue