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, eli.bendersky, terry.reedy
Date 2010-07-21.04:43:57
SpamBayes Score 0.00061534427
Marked as misclassified No
Message-id <1279687441.73.0.546950933086.issue9317@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a proof-of-concept patch, issue9317.diff, which fixes the file name problem at the expense of more spurious modules:

$ ./python.exe -m trace  -c -s traceme.py
lines   cov%   module   (path)
    7   100%   codecs   (Lib/codecs.py)
   10   100%   locale   (Lib/locale.py)
    4   100%   pkgutil   (Lib/pkgutil.py)
   58   100%   runpy   (Lib/runpy.py)
    6   100%   traceme   (traceme.py)
History
Date User Action Args
2010-07-21 04:44:02belopolskysetrecipients: + belopolsky, terry.reedy, eli.bendersky
2010-07-21 04:44:01belopolskysetmessageid: <1279687441.73.0.546950933086.issue9317@psf.upfronthosting.co.za>
2010-07-21 04:43:59belopolskylinkissue9317 messages
2010-07-21 04:43:58belopolskycreate