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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21047>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to