Message77858
| Author | ncoghlan |
|---|---|
| Recipients | belopolsky, loewis, ncoghlan |
| Date | 2008-12-15.11:05:51 |
| SpamBayes Score | 1.628178e-08 |
| Marked as misclassified | No |
| Message-id | <1229339155.18.0.681160643445.issue4197@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have a test case locally that demonstrates both the missing line number in the __main__.py from a zipfile case, as well as the display of main.c as the filename (the latter is not specific to the zipfile case - it also happens for a normal main module). It still seems to me that there is something going wrong at a deeper level for doctest to be getting the "in main.c" part wrong. I want to get to the bottom of that before working around the problem at the line number lookup stage. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-15 11:05:55 | ncoghlan | set | recipients: + ncoghlan, loewis, belopolsky |
| 2008-12-15 11:05:55 | ncoghlan | set | messageid: <1229339155.18.0.681160643445.issue4197@psf.upfronthosting.co.za> |
| 2008-12-15 11:05:52 | ncoghlan | link | issue4197 messages |
| 2008-12-15 11:05:51 | ncoghlan | create | |