Kristján Valur Jónsson <krist...@ccpgames.com> added the comment:

Right.  The condition object change is necessary to have timeout work.  I can 
remove that feature, and slate it for another day.  Add a separate patch for a 
Condition.wait() return value.  All of the other apis are able to let the 
caller know whether a timeout occurred or not, I think Condition.wait() should 
do the same.

Actually, I can fudge the timeout with time.clock(), which is good enough.

I'll write up some docs.

----------

_______________________________________
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