This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sblondon
Recipients sblondon, vstinner
Date 2018-06-20.14:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <219b718b-d153-1fb7-661b-f90655644d51@gmail.com>
In-reply-to <CAOy+up4Pwze=Evajx_Pn_9chNG6d3aG+9=TRWnvdcLNKsXQCjw@mail.gmail.com>
Content
I added the optional parameter to cgitb.html() function and removed the
hardcoded css from the html code.

I think there are still several improvements to do:
- add documentation for the new parameter of cgitb.html()
- add the same parameter to cgitb.enable() (?)
- remove the cgitb.grey() function because it's not used anymore (?)
- perhaps minor improvements of html and css code

What do you think about it?
History
Date User Action Args
2018-06-20 14:31:32sblondonsetrecipients: + sblondon, vstinner
2018-06-20 14:31:32sblondonlinkissue33507 messages
2018-06-20 14:31:32sblondoncreate