[Python-checkins] cpython: #15114, #21047: update whatsnew in Python 3.5.

ezio.melotti python-checkins at python.org
Sat Aug 2 17:54:55 CEST 2014


http://hg.python.org/cpython/rev/5b95f3fdcc0b
changeset:   91964:5b95f3fdcc0b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Aug 02 18:54:30 2014 +0300
summary:
  #15114, #21047: update whatsnew in Python 3.5.

files:
  Doc/whatsnew/3.5.rst |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -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
 --------------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list