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> -- http://mail.python.org/mailman/listinfo/python-list