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.

Author belopolsky
Recipients belopolsky
Date 2010-09-24.02:55:53
SpamBayes Score 3.845402e-05
Marked as misclassified No
Message-id <1285296955.25.0.310844622187.issue9936@psf.upfronthosting.co.za>
In-reply-to
Content
With the attached traceme.py, 


$ python -m trace -m -s -c  traceme.py
lines   cov%   module   (path)
    2    50%   traceme   (traceme.py)
$ cat traceme.cover 
       x = (1,
>>>>>>      2,
    1:      3)

This is wrong because all lines in traceme.py are executed.
History
Date User Action Args
2010-09-24 02:55:55belopolskysetrecipients: + belopolsky
2010-09-24 02:55:55belopolskysetmessageid: <1285296955.25.0.310844622187.issue9936@psf.upfronthosting.co.za>
2010-09-24 02:55:53belopolskylinkissue9936 messages
2010-09-24 02:55:53belopolskycreate