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 kakacek
Recipients kakacek, tim.golden
Date 2007-10-10.19:42:49
SpamBayes Score 0.30741575
Marked as misclassified No
Message-id <1192045370.0.0.506809956812.issue1255@psf.upfronthosting.co.za>
In-reply-to
Content
One more hint: There is the coincidence of three facts:
1. It uses the thread (if I remove the thread then it works fine).
2. It is "double imported" (if I remove the outer import then it works
fine).
3. There is the strptime() function being used (if I remove this
function then it works fine).
History
Date User Action Args
2007-10-10 19:42:50kakaceksetspambayes_score: 0.307416 -> 0.30741575
recipients: + kakacek, tim.golden
2007-10-10 19:42:50kakaceksetspambayes_score: 0.307416 -> 0.307416
messageid: <1192045370.0.0.506809956812.issue1255@psf.upfronthosting.co.za>
2007-10-10 19:42:49kakaceklinkissue1255 messages
2007-10-10 19:42:49kakacekcreate