New submission from Roy Smith:

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."

----------
components: Documentation
messages: 60190
nosy: roysmith
severity: minor
status: open
title: threading.Thread.join() description could be more explicit
type: rfe
versions: Python 2.5

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1873>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to