]> granicus.if.org Git - python/commit
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)
authorMartin Panter <vadmium+py@gmail.com>
Mon, 11 Apr 2016 00:40:08 +0000 (00:40 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 11 Apr 2016 00:40:08 +0000 (00:40 +0000)
commitda3bb38452740cec27723d7dc89a926547613204
tree9907103f7d92f03ffe3f5ef1d476e0d3b9fa47aa
parent50ab1a3694c43b9ab6798b98d9e5983c78cb17e2
Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)

Patch by Xiang Zhang.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS