bpo-33507: Improve html rendering cgitb by sblondon · Pull Request #6854 · python/cpython
This PR improves the html as shown in a browser for the user. You can see a screenshot in the bug report (https://bugs.python.org/issue33507).
The modification are mininal, so the html source code is a old version. I could make an update on it but I'm unsure it's useful or acceptable because:
- it will be more or less a rewrite of all the strings of html in the cgitb module.
- unit test is not really efficient
I'm ok to do it if reviewers thinks it's a good move.