On 6/9/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote:
Manish Marathe wrote:> I am creating threads using my self defined class which inherits the> threading.Thread class. I want to know how can I kill the threads which> are being created by the object of my self defined class.
yo
Hello,
I am creating threads using my self defined class which inherits the
threading.Thread class. I want to know how can I kill the threads which
are being created by the object of my self defined class.
Thanks
-- Manish MaratheSpikeSource, Inc.http://developer.spikesource.com
--
http://mail.p
Python Experts every where!!
I am having a problem using the logging utility in Python using the
logging module from the std. lib. I have written a class SPFLogger
which actually should be creating a new logger if one already does not
exist. I have given the class I wrote in the end. The problem I