New submission from Xiang Zhang:

In http.server, _quote_html is used to escape content for BaseHTTPServer. The 
function has already been implemented by html.escape.

----------
components: Library (Lib)
files: _quote_html_to_html_escape.patch
keywords: patch
messages: 261943
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: Use html.escape to replace _quote_html in http.server
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42195/_quote_html_to_html_escape.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26585>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to