]> granicus.if.org Git - python/commitdiff
#15114, #21047: update whatsnew in Python 3.5.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Aug 2014 15:54:30 +0000 (18:54 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 2 Aug 2014 15:54:30 +0000 (18:54 +0300)
Doc/whatsnew/3.5.rst

index 6cfea84edc48147bc627cf932209f0be51174c24..e448f301a5695a7a26a6c9c26ba1645c8837b108 100644 (file)
@@ -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
 --------------------