[Python-Dev] test_doctest failing, but perhaps by accident

Tim Peters tim.one@home.com
Wed, 21 Mar 2001 15:45:09 -0500


When running the full test suite, test_doctest fails (in current CVS; did not
fail yesterday).  This was on Windows.  Other platforms?

Does not fail in isolation.  Doesn't matter whether or not .pyc files are
deleted first, and doesn't matter whether a regular or debug build of Python
is used.

In four runs of the full suite with regrtest -r (randomize test order),
test_doctest failed twice and passed twice.  So it's unlikely this has
something specifically to do with doctest.

roll-out-the-efence?-ly y'rs  - tim