[Patches] [ python-Patches-751943 ] cgitb: make more usable for 'binary-only' software

SourceForge.net noreply at sourceforge.net
Sun Oct 19 03:46:17 EDT 2003


Patches item #751943, was opened at 2003-06-10 16:31
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=751943&group_id=5470

Category: Library (Lib)
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Rob W.W. Hooft (hooft)
Assigned to: Nobody/Anonymous (nobody)
Summary: cgitb: make more usable for 'binary-only' software

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-10-19 09:46

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=751943&group_id=5470



More information about the Patches mailing list