https://bugs.kde.org/show_bug.cgi?id=497859
--- Comment #2 from a2800...@gmail.com --- (In reply to Halla Rempt from comment #1) > It would be nice if the python documentation said what replaces this... My understanding is that cgitb is unnecessary, it just replaces the standard exception handle for one that provides more detailed error reports. It's no longer included in the standard library but can be imported via an external library which is a drop in replacement (https://pypi.org/project/legacy-cgi/) The documentation does mention this, I just didn't bother linking to it because I am a moron (https://docs.python.org/3.13/library/cgitb.html#module-cgitb)... -- You are receiving this mail because: You are watching all bug changes.