Message75189
| Author | belopolsky |
|---|---|
| Recipients | belopolsky |
| Date | 2008-10-24.22:12:43 |
| SpamBayes Score | 0.010126204 |
| Marked as misclassified | No |
| Message-id | <1224886365.24.0.0233632341273.issue4197@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The next patch, doctest-1.patch addresses the line number issue, but the
file name is still wrong.
$ ./python.exe testmodule.zip
**********************************************************************
File "__main__", line 2, in __main__.c
Failed example:
'line 2'
Expected nothing
Got:
'line 2'
**********************************************************************
1 items had failures:
1 of 1 in __main__.c
***Test Failed*** 1 failures. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-24 22:12:45 | belopolsky | set | recipients: + belopolsky |
| 2008-10-24 22:12:45 | belopolsky | set | messageid: <1224886365.24.0.0233632341273.issue4197@psf.upfronthosting.co.za> |
| 2008-10-24 22:12:44 | belopolsky | link | issue4197 messages |
| 2008-10-24 22:12:44 | belopolsky | create | |