commit | 1f7fffb308390d10a2c6a4ec624f18cfeef97aeb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Oct 15 15:57:45 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Oct 15 15:57:45 2010 +0000 |
tree | 65e2437904ba089004c69c77b49e5059623b83fb | |
parent | 70543acfa1bce2e5f448d8d0085df595bfa9a2f9 [diff] |
#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.