On Thu, Jul 3, 2014 at 8:27 PM, Sangeeth Saravanaraj
<sangeeth.saravana...@gmail.com> wrote:
> But does the behavior of threading.Condition.wait() depends on operating 
> system?!

The behaviour of signals certainly does - there's a huge difference
between Windows and POSIX, and there are lesser differences between
Linux and Mac OS, and so on. It's just safest to say exactly what
platform, in case it matters.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to