fegge wrote:

> when i declare a class, is there difference between the below:
> class myClass():
> class myClass(threading.Thread)

the former is a base class, the latter inherits behaviour from the 
threading.Thread class.

*please* read the tutorial before proceeding.

</F>

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

Reply via email to