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 r.david.murray
Recipients r.david.murray, redstone-cold
Date 2017-12-18.14:08:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513606089.33.0.213398074469.issue32366@psf.upfronthosting.co.za>
In-reply-to
Content
The point of html.escape is to sanitize a string that contains html such that *it does not get interpreted as html*.  So adding html markup would go against its purpose.  Further, including <br /> in an attribute value (which is the purpose of quote=True) would make no sense and serve no purpose that I can see.

Clearly you have a use case in mind, but you did not describe it.  I would recommend posting to the python-list mailing list for advice on the best way to accomplish your use case.
History
Date User Action Args
2017-12-18 14:08:09r.david.murraysetrecipients: + r.david.murray, redstone-cold
2017-12-18 14:08:09r.david.murraysetmessageid: <1513606089.33.0.213398074469.issue32366@psf.upfronthosting.co.za>
2017-12-18 14:08:09r.david.murraylinkissue32366 messages
2017-12-18 14:08:09r.david.murraycreate