Fredrik Lundh wrote:
> did you write that yourself, or did you find it in some book or article?
This is the example from programming python 2nd book, I use this just
for learning
--
http://mail.python.org/mailman/listinfo/python-list
"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
Gigs_ wrote:
> can someone explain me this code
did you write that yourself, or did you find it in some book or article?
> --
> import thread
the thread module should not be used directly by application programs;
use the "threading" module instead.
> stdoutmute