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 georg.brandl
Recipients georg.brandl, giampaolo.rodola, jyasskin, kristjan.jonsson
Date 2010-10-28.09:00:49
SpamBayes Score 4.722831e-05
Marked as misclassified No
Message-id <1288256452.21.0.384007054763.issue8777@psf.upfronthosting.co.za>
In-reply-to
Content
Two comments:

* The return value of wait() isn't documented well.  What is the significance of the returned index, i.e. what does distinguish it from a randomly selected one in range(parties)?

* get_parties() and is_broken() should be properties (waiting, broken), to be consistent with other threading APIs (Thread.name etc). get_waiting() does "real" work (can it block?) and should remain a method.

Don't worry about markup errors, I review doc changes routinely after they are committed.

*
History
Date User Action Args
2010-10-28 09:00:52georg.brandlsetrecipients: + georg.brandl, kristjan.jonsson, giampaolo.rodola, jyasskin
2010-10-28 09:00:52georg.brandlsetmessageid: <1288256452.21.0.384007054763.issue8777@psf.upfronthosting.co.za>
2010-10-28 09:00:50georg.brandllinkissue8777 messages
2010-10-28 09:00:49georg.brandlcreate