beginner, thread & else
Hendrik van Rooyen
mail at microcorp.co.za
Fri Dec 15 03:37:51 EST 2006
"Fredrik Lundh" <fredrik at pythonware.com> 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
More information about the Python-list
mailing list