[Python-Dev] Is it useful to update cgitb module?
Tres Seaver
tseaver at palladion.com
Mon Apr 9 09:47:57 EDT 2018
On 04/08/2018 12:45 AM, Alex Walters wrote:
> Are there people still actively developing new cgi scripts in python?
In addition to the "magic" support triggered by 'cgitb.enable()', the
module also exposes useful utility functions ('cgitb.html()' and
'cgitb.text()') which are used by non-CGI third-party libraries to render
tracebacks for debugging purposes. Enhancing those methods seems pretty
reasonable to me.
Tres.
--
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
More information about the Python-Dev
mailing list