James Matthews wrote:

> You can use the stop method!

You can?

 >>> import threading
 >>> t = threading.Thread()
 >>> t.stop()
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
AttributeError: 'Thread' object has no attribute 'stop'
 >>>

What Python version are you using?

</F>

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

Reply via email to