[issue6195] Serious regression in doctest in Py3.1rc1

R. David Murray report at bugs.python.org
Fri Jun 5 03:53:32 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

Here's a test case which fails with the existing code and passes with
the patch applied.

However, with the patch applied some of the other doctest tests fail
with an off-by-one error in the source line number output.  I'd like to
understand that difference before committing the patch, but haven't
figured it out yet.

----------
stage: test needed -> patch review
type:  -> behavior
Added file: http://bugs.python.org/file14188/doctest-test.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6195>
_______________________________________


More information about the Python-bugs-list mailing list