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 martin.panter, xiang.zhang
Date 2016-03-18.07:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458286266.38.0.579400027436.issue26585@psf.upfronthosting.co.za>
In-reply-to
Content
Removing the redundant _quote_html() function seems like a good idea to me. I wonder if the code should be using the html.escape(..., quote=False) option though, because it does not need to encode quote signs.

It might be good to add a test. It looks like there may not be anything testing the HTML encoding.
History
Date User Action Args
2016-03-18 07:31:06martin.pantersetrecipients: + martin.panter, xiang.zhang
2016-03-18 07:31:06martin.pantersetmessageid: <1458286266.38.0.579400027436.issue26585@psf.upfronthosting.co.za>
2016-03-18 07:31:06martin.panterlinkissue26585 messages
2016-03-18 07:31:06martin.pantercreate