[Patches] [ python-Patches-751943 ] cgitb: make more usable for 'binary-only' software
SourceForge.net
noreply at sourceforge.net
Wed Jun 1 19:01:37 CEST 2005
Patches item #751943, was opened at 2003-06-10 16:31
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=751943&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
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: Reinhold Birkenfeld (birkenfeld)
Date: 2005-06-01 19:01
Message:
Logged In: YES
user_id=1188172
Closing, has been superseded by #1144549.
----------------------------------------------------------------------
Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-02-23 19:32
Message:
Logged In: YES
user_id=1188172
see new patch #1144549 which applies on today's CVS HEAD.
----------------------------------------------------------------------
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