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 martin.panter
Recipients Nan Wu, berker.peksag, docs@python, ezio.melotti, guettli, martin.panter, r.david.murray
Date 2015-10-27.20:41:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445978518.71.0.7314340036.issue25017@psf.upfronthosting.co.za>
In-reply-to
Content
Not quite. This is a two-step deprecation:

1. “htmllib” is removed in favour of HTMLParser. The API is different, so no automatic 2to3 change would be practical.

2. HTMLParser is renamed to “html.parser”, and 2to3 handles this. This is already documented at <https://docs.python.org/2/library/htmlparser.html>.
History
Date User Action Args
2015-10-27 20:41:58martin.pantersetrecipients: + martin.panter, guettli, ezio.melotti, r.david.murray, docs@python, berker.peksag, Nan Wu
2015-10-27 20:41:58martin.pantersetmessageid: <1445978518.71.0.7314340036.issue25017@psf.upfronthosting.co.za>
2015-10-27 20:41:58martin.panterlinkissue25017 messages
2015-10-27 20:41:58martin.pantercreate