#2830: add html.escape() helper and move cgi.escape() uses in the standard...
#2830: add html.escape() helper and move cgi.escape() uses in the standard 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.
Showing
Doc/library/html.rst
0 → 100644
Lib/test/test_html.py
0 → 100644
Please register or sign in to comment