A critique of cgi.escape

Fredrik Lundh fredrik at pythonware.com
Mon Sep 25 10:20:52 EDT 2006


Max M wrote:

> It also makes the  escaped html harder to read for standard cases.

and slows things down a bit.

(cgi.escape(s, True) is slower than cgi.escape(s), for reasons that are
obvious for anyone who's looked at the code).

</F> 






More information about the Python-list mailing list