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, loewis, ncoghlan
Date 2008-12-14.16:32:45
SpamBayes Score 1.5756589e-06
Marked as misclassified No
Message-id <d38f5330812140832u4c9e3b1fj39946c29b1c74a3@mail.gmail.com>
In-reply-to <1229256677.19.0.98931268437.issue4197@psf.upfronthosting.co.za>
Content
Nick,

Your commit does not fix the line number reporting from doctest failures:

$ ./python.exe testmodule.zip
**********************************************************************
File "testmodule.zip/__main__.py", line ?, in __main__.c
...

Note the '?' in the output.  Did you miss the doctest.py changes in
doctest-1.patch, or should I open a separate issue for the line number
bug?

There is also a problem of __main__.c which my patch does not address,
but it is less important than the line number.

On Sun, Dec 14, 2008 at 7:11 AM, Nick Coghlan <report@bugs.python.org> wrote:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Final revisions for fix:
> 2.7 = r67751 (there was a new test file missing from the initial checkin)
> 2.6 = r67752
> 3.1 = r67753
> 3.0 = r67754
>
> ----------
> resolution:  -> fixed
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue4197>
> _______________________________________
>
History
Date User Action Args
2008-12-14 16:32:46belopolskysetrecipients: + belopolsky, loewis
2008-12-14 16:32:45belopolskylinkissue4197 messages
2008-12-14 16:32:45belopolskycreate