From: Ezio Melotti Date: Sat, 2 Aug 2014 15:54:30 +0000 (+0300) Subject: #15114, #21047: update whatsnew in Python 3.5. X-Git-Tag: v3.5.0a1~1140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=045160bc39195eb4471b1d61c1c3c3849a19c604;p=python #15114, #21047: update whatsnew in Python 3.5. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 6cfea84edc..e448f301a5 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -335,6 +335,12 @@ Changes in the Python API attribute, the qualified name, which is now used for the representation of a generator (``repr(gen)``). See :issue:`21205`. +* The deprecated "strict" mode and argument of :class:`~html.parser.HTMLParser`, + :meth:`HTMLParser.error`, and the :exc:`HTMLParserError` exception have been + removed (contributed by Ezio Melotti in :issue:`15114`). + The *convert_charrefs* argument of :class:`~html.parser.HTMLParser` is + now ``True`` by default (contributed by Berker Peksag in :issue:`21047`). + Changes in the C API --------------------