Yeah, that's a good point...
On Jul 8, 2007, at 1:48 AM, Tim Roberts wrote:
> i3dmaster <[EMAIL PROTECTED]> wrote:
>>
>> Then you can use other chars as the delimiter, [EMAIL PROTECTED]@b@ or
>> r!a!b!,
>> etc... The import thing is so long as the interpreter doesn't get
>> confused on the data
hmm.. why use while True? After 5 secs, the function is going to run. so
t = threading.Thread(5.0, func)
t.start()
should just work. Put it in a infinite loop will start the thread and
then start a the stopped thread... forever.
Jim
On Jul 6, 2007, at 2:40 PM, Jonathan Shan wrote:
> Hello,