(original) (raw)

changeset: 91964:5b95f3fdcc0b user: Ezio Melotti ezio.melotti@gmail.com date: Sat Aug 02 18:54:30 2014 +0300 files: Doc/whatsnew/3.5.rst description: #15114, #21047: update whatsnew in Python 3.5. diff -r 4425024f2e01 -r 5b95f3fdcc0b Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Sat Aug 02 18:36:12 2014 +0300 +++ b/Doc/whatsnew/3.5.rst Sat Aug 02 18:54:30 2014 +0300 @@ -335,6 +335,12 @@ 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 -------------------- /ezio.melotti@gmail.com