Message111006
| 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:02 | belopolsky | set | recipients: + belopolsky, terry.reedy, eli.bendersky |
| 2010-07-21 04:44:01 | belopolsky | set | messageid: <1279687441.73.0.546950933086.issue9317@psf.upfronthosting.co.za> |
| 2010-07-21 04:43:59 | belopolsky | link | issue9317 messages |
| 2010-07-21 04:43:58 | belopolsky | create | |