[issue12938] html.escape docstring does not mention single quotes (')

zvin report at bugs.python.org
Thu Sep 8 21:51:40 CEST 2011


zvin <svinartchouk.alexis at free.fr> added the comment:

Or maybe instead of updating the docstring, we should remove the single quote (') from _escape_map_full.

cgi.escape did not escaped the single quotes (') and if you use it now, it says: 
"PendingDeprecationWarning: cgi.escape is deprecated, use html.escape instead"

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12938>
_______________________________________


More information about the Python-bugs-list mailing list