This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmaurer
Recipients dmaurer
Date 2008-05-05.09:32:24
SpamBayes Score 0.5340255
Marked as misclassified No
Message-id <1209979946.64.0.074102110802.issue2767@psf.upfronthosting.co.za>
In-reply-to
Content
"doctest.DocTestCase.debug" calls "DebugRunner.run" without
"clear_globs=False". As a consequence, already the runner clears
"test.globs" and it is no longer available to "tearDown" (where
is it cleared again).
History
Date User Action Args
2008-05-05 09:32:27dmaurersetspambayes_score: 0.534025 -> 0.5340255
recipients: + dmaurer
2008-05-05 09:32:26dmaurersetspambayes_score: 0.534025 -> 0.534025
messageid: <1209979946.64.0.074102110802.issue2767@psf.upfronthosting.co.za>
2008-05-05 09:32:25dmaurerlinkissue2767 messages
2008-05-05 09:32:24dmaurercreate