cgitb is useful even outside of cgi scripts. I've used
"cgitb.enable(format='text')" in the several scripts to get "better"
exceptions.

On Sun, 8 Apr 2018 at 08:52 Glenn Linderman <v+pyt...@g.nevcal.com> wrote:

> On 4/7/2018 9:45 PM, Alex Walters wrote:
>
> Are there people still actively developing new cgi scripts in python?  I know 
> some modern HTTPDs don’t even support classic cgi without some kind of 
> fastcgi daemon in between.  I am aware that some parts of various wsgi tools 
> use the cgi module, but is the cgitb module useful for them?
>
>
> Yes. I have several web sites and applications built as Python CGI
> scripts.  cgitb is extremely useful.
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/jmcs%40jsantos.eu
>
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to