[Tutor] (no subject)

Werkstudent 010 010.Werkstudent@MCHF.SIEMENS.DE
Mon, 5 Jul 1999 12:36:12 +0200


Greetings,

the thread module allows one to start a new thread with "thread.start_new_thread(routine-name, (tuple))",
but what does it do under internall? I want to execute a method by passing it in a similar manner, with its tuple of arguments, e.g. "doit(routine-name, (tuple))". How do I get my python interpreter to believe me. What is the sequence of "routine-name" and tuple that my python interpreter needs from me, complete with parenthesis, or none, etc. etc.?

thanks

David Ungemach