Author dmaurer
Recipients dmaurer
Date 2008-05-05.06:48:27
SpamBayes Score 0.0351997
Marked as misclassified No
Message-id <1209970110.99.0.739838799558.issue2766@psf.upfronthosting.co.za>
In-reply-to
Content
"doctest.DocTestSuite" has parameter "globs=None".
It uses "globs" in the call to "test_finder.call".
After this use, it potentually modifies "globs" but no longer uses it.

Either the "globs" modification is irrelevant (then it should be removed)
or it should happen before the "test_finder.find" call.
History
Date User Action Args
2008-05-05 06:48:31dmaurersetspambayes_score: 0.0351997 -> 0.0351997
recipients: + dmaurer
2008-05-05 06:48:31dmaurersetspambayes_score: 0.0351997 -> 0.0351997
messageid: <1209970110.99.0.739838799558.issue2766@psf.upfronthosting.co.za>
2008-05-05 06:48:28dmaurerlinkissue2766 messages
2008-05-05 06:48:28dmaurercreate