[issue2830] Copy cgi.escape() to html

Georg Brandl report at bugs.python.org
Mon Aug 23 12:08:19 CEST 2010


Georg Brandl <georg at python.org> added the comment:

Looks good already.  Two points:

* if we do the move, we should finally make sure all problematic characters are escaped.  For now, I think the single quote is the most important one in attribute mode.

* the new docs for cgi.escape() are missing a newline between signature and body.

----------

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


More information about the Python-bugs-list mailing list