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 maxking
Recipients SilentGhost, barry, docs@python, jackotonye, maxking, r.david.murray, terry.reedy
Date 2019-10-05.15:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570290368.06.0.493577730632.issue38349@roundup.psfhosted.org>
In-reply-to
Content
The function of this imaginary method is described below:

    # The magic_html_parser has to rewrite the href="cid:...." attributes to
    # point to the filenames in partfiles.  It also has to do a safety-sanitize
    # of the html.  It could be written using html.parser.

This implementation is going to be non-trivial (more than just a wrapper around html.parser) I think, and I would like to not make the example related to email even longer due to that implementation.

And I agree with Terry, the comment should make it pretty clear, there aren't any dependencies in the examples outside of standard library.

Any other synonym that we'd choose could end up being a package in pypi someday :)
History
Date User Action Args
2019-10-05 15:46:08maxkingsetrecipients: + maxking, barry, terry.reedy, r.david.murray, SilentGhost, docs@python, jackotonye
2019-10-05 15:46:08maxkingsetmessageid: <1570290368.06.0.493577730632.issue38349@roundup.psfhosted.org>
2019-10-05 15:46:08maxkinglinkissue38349 messages
2019-10-05 15:46:07maxkingcreate