thread.start_new_thread question

Brian desertgarden at netscape.com
Thu Jun 16 23:00:07 EDT 2005


Hi KV,

Here's a site that provides an easy, beginners example of how to do 
threading.  You might find this useful too...   :-)

http://www.codesampler.com/python.htm
(Look for the "Spawning Threads" section.)

Brian
---


Konstantin Veretennicov wrote:
> Hi,
> 
> Just curious:
> 
>>>>import thread
>>>>help(thread.start_new_thread)
> 
>     . . .
>     start_new_thread(function, args[, kwargs])
>     . . .
> 
> Second argument is mandatory. Is it incidental or for a reason?
> 
> - kv



More information about the Python-list mailing list