Kaydet (Commit) 045160bc authored tarafından Ezio Melotti's avatar Ezio Melotti

#15114, #21047: update whatsnew in Python 3.5.

üst 6fc16d81
...@@ -335,6 +335,12 @@ Changes in the Python API ...@@ -335,6 +335,12 @@ Changes in the Python API
attribute, the qualified name, which is now used for the representation attribute, the qualified name, which is now used for the representation
of a generator (``repr(gen)``). See :issue:`21205`. 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 Changes in the C API
-------------------- --------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment