Author ocean-city
Recipients belopolsky, christian.heimes, ocean-city, rhettinger
Date 2008-03-05.06:15:24
SpamBayes Score 0.0112965
Marked as misclassified No
Message-id <1204697734.53.0.663490459151.issue2223@psf.upfronthosting.co.za>
In-reply-to
Content
I did more investigation.
Failure on second DocTestSuite run happens because
lib/doctest.py (2107) test.globs.clear()
is executed after first test runs.

I don't know if this is bug or not. Document in
doctest.py says test.globs will be untouched on
failure but become empty on success, but this
behavior prevents reusage of DocTestSuite.
History
Date User Action Args
2008-03-05 06:15:35ocean-citysetspambayes_score: 0.0112965 -> 0.0112965
recipients: + ocean-city, rhettinger, belopolsky, christian.heimes
2008-03-05 06:15:34ocean-citysetspambayes_score: 0.0112965 -> 0.0112965
messageid: <1204697734.53.0.663490459151.issue2223@psf.upfronthosting.co.za>
2008-03-05 06:15:27ocean-citylinkissue2223 messages
2008-03-05 06:15:26ocean-citycreate