Dennis Lee Bieber wrote:

> ... slightly
> simpler to use without subclassing (at the simplest level, you just pass
> the function that is to be run, and a list of the arguments/parameters
> it needs, to the threading creation class).

that's exactly how thread.start_new_thread(func, args) works, of course, 
so I'm not sure that's much of an argument.

</F>

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

Reply via email to