[New-bugs-announce] [issue1873] threading.Thread.join() description could be more explicit

Roy Smith report at bugs.python.org
Sat Jan 19 17:35:08 CET 2008


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 <report at bugs.python.org>
<http://bugs.python.org/issue1873>
__________________________________


More information about the New-bugs-announce mailing list