#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.
G
Georg Brandl committed
1f7fffb308390d10a2c6a4ec624f18cfeef97aeb
Parent: 70543ac