diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-06 18:40:53 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-06 18:40:53 (GMT) |
commit | beec02ac0665d34d592f23c8c8f10ec3b41f8fe9 (patch) | |
tree | a201898c9445ac713d3ef45605fb74f5b3137f5b | |
parent | 05fad4ede7eea58b41ec1d11e4a84ec6fabb0800 (diff) | |
download | cpython-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.rst | 2 |
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 ------------------------------------------- |