[issue1873] threading.Thread.join() description could be more explicit

2008-01-19 Thread Georg Brandl
Georg Brandl added the comment: Committed r60083. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue1873] threading.Thread.join() description could be more explicit

2008-01-19 Thread Christian Heimes
Changes by Christian Heimes: -- assignee: -> georg.brandl keywords: +easy nosy: +georg.brandl priority: -> low versions: +Python 2.6 -Python 2.5 __ Tracker <[EMAIL PROTECTED]> __ ___

[issue1873] threading.Thread.join() description could be more explicit

2008-01-19 Thread Roy Smith
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