summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_html.py
Commit message (Collapse)AuthorAgeFilesLines
* #2830: add html.escape() helper and move cgi.escape() uses in the standard ↵Georg Brandl2010-10-151-0/+24
library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.