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 <[email protected]>
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: <[email protected]>
2016-05-15 19:05:46serhiy.storchakalinkissue27032 messages
2016-05-15 19:05:46serhiy.storchakacreate