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 roysmith
Recipients roysmith
Date 2008-01-19.16:35:06
SpamBayes Score 0.27060187
Marked as misclassified No
Message-id <1200760508.83.0.199534103582.issue1873@psf.upfronthosting.co.za>
In-reply-to
Content
At http://docs.python.org/lib/thread-objects.html, under join(), it says:

"As join() always returns None, you must call isAlive() to decide whether a timeout 
happened."

This would be better if it were more explicit, i.e.

"As join() always returns None, you must call isAlive() after calling join() to 
decide whether a timeout happened; a return value of True indicates the join() call 
timed out."
History
Date User Action Args
2008-01-19 16:35:09roysmithsetspambayes_score: 0.270602 -> 0.27060187
recipients: + roysmith
2008-01-19 16:35:08roysmithsetspambayes_score: 0.270602 -> 0.270602
messageid: <1200760508.83.0.199534103582.issue1873@psf.upfronthosting.co.za>
2008-01-19 16:35:07roysmithlinkissue1873 messages
2008-01-19 16:35:07roysmithcreate