Enigma Curry wrote: > Can some kind person please further my education on Threads? > > When I create a thread called "t" and I do a "t.start()" am I > guaranteed that "t.isAlive()" will return True as long as the thread > hasn't already completed? Put another way, does "t.start()" ever return > before t.__started is set to True?
Did you check the source? It's fairly straightforward, as I recall. (threading.py in the python library) -Peter -- http://mail.python.org/mailman/listinfo/python-list