Threading problem

Erno Kuusela erno-news at erno.iki.fi
Wed Apr 3 11:38:53 EST 2002


In article <a8f8f6$vdu$1 at news.rchland.ibm.com>, "Larry Whitley"
<ldw at us.ibm.com> writes:

|         threading.Thread().__init__(self, name=thName)

        threading.Thread.__init__(self, name=thName)

  -- erno




More information about the Python-list mailing list