From 045160bc39195eb4471b1d61c1c3c3849a19c604 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 2 Aug 2014 18:54:30 +0300 Subject: [PATCH] #15114, #21047: update whatsnew in Python 3.5. --- Doc/whatsnew/3.5.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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 -------------------- -- 2.50.1