[Python-Dev] Is it useful to update cgitb module? (original) (raw)

João Santos jmcs at jsantos.eu
Mon Apr 9 02:20:41 EDT 2018


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+python at 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 at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/jmcs%40jsantos.eu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180409/e437bce7/attachment-0001.html>



More information about the Python-Dev mailing list