Lines Matching defs:html
46 import html
860 print("Content-type: text/html")
901 html.escape("".join(list[:-1])),
902 html.escape(list[-1]),
913 print("<DT>", html.escape(key), "<DD>", html.escape(environ[key]))
926 print("<DT>" + html.escape(key) + ":", end=' ')
928 print("<i>" + html.escape(repr(type(value))) + "</i>")
929 print("<DD>" + html.escape(repr(value)))
940 print("OSError:", html.escape(str(msg)))
942 print(html.escape(pwd))