[issue7376] "python -m doctest" results in FAIL: Doctest: __main__.DebugRunner

Florent Xicluna report at bugs.python.org
Sun Dec 20 17:36:50 CET 2009


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

Variant which gives different usage messages:

~ $ ./python -m doctest
usage: doctest [-v] file ...

~ $ ./python Lib/doctest.py
usage: Lib/doctest.py [-v] file ...

----------
Added file: http://bugs.python.org/file15626/issue7376_usage_v2.diff

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


More information about the Python-bugs-list mailing list