"Fredrik Lundh" <[EMAIL PROTECTED]> wrote:

> Gigs_ wrote:

> > ----------------------------------
> > import thread
> 
> the thread module should not be used directly by application programs; 
> use the "threading" module instead.

Ooops! - I am doing this, for long running stuff.

I was aware of threading, but I could not spot significant differences 
in functionality, and thread seems to work, and so far I have not been
bitten (I think).

What are the dangers?  

(Apart from the BogeyMan that might come and munch my code...)

- Hendrik

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to