[issue1729305] test_doctest fails when run in verbose mode

Florent Xicluna report at bugs.python.org
Sun Jan 24 17:49:42 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

The patch did not work with latest trunk.

Here is an updated version of the patch.

Patch tested with different commands:
~ $ ./python -m test.regrtest test_doctest
~ $ ./python -m test.regrtest -v test_doctest
~ $ ./python -m test.regrtest -v test_doctest |less
~ $ ./python -3 -Wd Lib/test/regrtest.py -v test_doctest |less

----------
versions: +Python 3.1, Python 3.2
Added file: http://bugs.python.org/file15990/issue1729305_doctest.diff

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


More information about the Python-bugs-list mailing list