[issue21047] html.parser.HTMLParser: convert_charrefs should become True by default

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Mon Mar 24 06:17:18 CET 2014


New submission from Arfrever Frehtes Taifersar Arahesis:

Follow-up to issue #13633.

Lib/html/parser.py still has:

if convert_charrefs is _default_sentinel:
    convert_charrefs = False  # default
    warnings.warn("The value of convert_charrefs will become True in "
                  "3.5. You are encouraged to set the value explicitly.",
                  DeprecationWarning, stacklevel=2)

----------
components: Library (Lib)
messages: 214668
nosy: Arfrever, eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka
priority: normal
severity: normal
status: open
title: html.parser.HTMLParser: convert_charrefs should become True by default
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21047>
_______________________________________


More information about the Python-bugs-list mailing list