Message 214668 - Python tracker (original) (raw)

Message214668

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:18 Arfrever set recipients: + Arfrever, ezio.melotti, eric.araujo, r.david.murray, serhiy.storchaka
2014-03-24 05:17:18 Arfrever set messageid: 1395638238.78.0.969546304297.issue21047@psf.upfronthosting.co.za
2014-03-24 05:17:18 Arfrever link issue21047 messages
2014-03-24 05:17:18 Arfrever create