This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, eric.araujo, ezio.melotti, r.david.murray, serhiy.storchaka
Date 2014-03-24.05:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395638238.78.0.969546304297.issue21047@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-03-24 05:17:18Arfreversetrecipients: + Arfrever, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka
2014-03-24 05:17:18Arfreversetmessageid: <1395638238.78.0.969546304297.issue21047@psf.upfronthosting.co.za>
2014-03-24 05:17:18Arfreverlinkissue21047 messages
2014-03-24 05:17:18Arfrevercreate