[Patches] [ python-Patches-766877 ] remove unnecessary code in trace.py

SourceForge.net noreply@sourceforge.net
Sun, 06 Jul 2003 18:50:46 -0700


Patches item #766877, was opened at 2003-07-07 00:17
Message generated for change (Comment added) made by zooko
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=766877&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Zooko O'Whielacronx (zooko)
Assigned to: Nobody/Anonymous (nobody)
Summary: remove unnecessary code in trace.py

Initial Comment:
I once experimented with a different trace file format
on my own computer, and made trace.py accept both my
own experimental format and the normal one.  I
accidentally left this feature in when I submitted an
improved version of trace.py for inclusion in Python,
but it has never been needed, as nobody other than me
has ever used this alternate trace file format.

This patch removes this feature.

This patch is untested by me, and not very important,
so it wouldn't hurt if it went solely onto the Python
2.4 branch.

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

>Comment By: Zooko O'Whielacronx (zooko)
Date: 2003-07-07 01:50

Message:
Logged In: YES 
user_id=52562

Here's a BETTER version of this patch.  Better because it
also removes the comment describing this useless feature in
addition to removing the useless feature.

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

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