Re: PyFAQ: help wanted with thread article

2006-11-14 Thread Laurent Pointal
Fredrik Lundh a écrit : > this FAQ item talks about using sleep to make sure that threads run > properly: > > http://effbot.org/pyfaq/none-of-my-threads-seem-to-run-why.htm > > I suspect it was originally written for the "thread" module, but as > far as I know, the "threading" module takes care o

PyFAQ: help wanted with thread article

2006-11-14 Thread Fredrik Lundh
this FAQ item talks about using sleep to make sure that threads run properly: http://effbot.org/pyfaq/none-of-my-threads-seem-to-run-why.htm I suspect it was originally written for the "thread" module, but as far as I know, the "threading" module takes care of the issues described here all by it