Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

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 <rep...@bugs.python.org> wrote:
>
> Nick Coghlan <ncogh...@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 <rep...@bugs.python.org>
> <http://bugs.python.org/issue4197>
> _______________________________________
>

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4197>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to