[Python-Dev] Is it useful to update cgitb module?

Alex Walters tritium-list at sdamon.com
Mon Apr 9 04:00:05 EDT 2018


Extremely useful … for CGI scripts.  Now, my sample size is quite small – mainly the #python irc channel on freenode, but I have been informally asking for a few years, and you are the first person I have encountered who admitted to writing and maintaining new CGI based sites.  I still say the value of supporting such an obsolete model is… questionable.

 

That said, I have no power to block commits.

 

From: Python-Dev <python-dev-bounces+tritium-list=sdamon.com at python.org> On Behalf Of Glenn Linderman
Sent: Sunday, April 8, 2018 2:28 AM
To: python-dev at python.org
Subject: Re: [Python-Dev] Is it useful to update cgitb module?

 

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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180409/dc06ce3d/attachment.html>


More information about the Python-Dev mailing list