Georg Brandl <ge...@python.org> added the comment:

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.

*

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8777>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to