Tim Roberts <[EMAIL PROTECTED]> writes:
> Yes, but the CGI module doesn't write anything, so the advice of writing a
> "Location:" header still applies.

Aha, it's coming from CGIHTTPServer.py:CGIHTTPRequestHandler.run_cgi()
where it says

        self.send_response(200, "Script output follows")

I got the two modules confused.  This still leaves me with the same
basic problem, how to suppress the sending of that header.

Thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to