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 serhiy.storchaka
Recipients ezio.melotti, serhiy.storchaka
Date 2016-05-15.19:05:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463339146.08.0.655083281356.issue27032@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch removes the unescape() method in the html.parser.HTMLParser class. This was deprecated since Python 3.4 (issue19688).
History
Date User Action Args
2016-05-15 19:05:46serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti
2016-05-15 19:05:46serhiy.storchakasetmessageid: <1463339146.08.0.655083281356.issue27032@psf.upfronthosting.co.za>
2016-05-15 19:05:46serhiy.storchakalinkissue27032 messages
2016-05-15 19:05:46serhiy.storchakacreate