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.

classification
Title: cgitb: make more usable for 'binary-only' software
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, hooft, loewis
Priority: normal Keywords: patch

Created on 2003-06-10 14:31 by hooft, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
x.diff hooft, 2003-06-10 14:31 cgitb patch
Messages (4)
msg43935 - (view) Author: Rob W.W. Hooft (hooft) Date: 2003-06-10 14:31
I am abusing cgitb to show a traceback window for a GUI
application in Qt. In such a case, the source code to
the program is not always available. The stack trace is
anyway useful to be submitted to the developers of the
code. I attach a patch that should add some info to the
HTML traceback made by cgitb in case the source file is
not available.
msg43936 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-19 07:46
Logged In: YES 
user_id=21627

Is that really generating a URL of "file://?"?

It should not do that; instead, I think it should not
generate a hyperlink for the file at all.
msg43937 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-02-23 18:32
Logged In: YES 
user_id=1188172

see new patch #1144549 which applies on today's CVS HEAD.
msg43938 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-06-01 17:01
Logged In: YES 
user_id=1188172

Closing, has been superseded by #1144549.
History
Date User Action Args
2022-04-10 16:09:07adminsetgithub: 38624
2003-06-10 14:31:38hooftcreate