[Python-Dev] Re: cgitb.py for Python 2.2

Guido van Rossum guido@zope.com
Fri, 03 Aug 2001 08:49:11 -0400


> I'm willing to entertain a new command line option for
> it though, so that CGI scripts can use
> 
>    #!/usr/bin/env python -C
> 
> as their first line.

But it's fine to require making a call to cgi.whatever() too, and
that's certainly a lot less work!

--Guido van Rossum (home page: http://www.python.org/~guido/)