Re: [Tkinter-discuss] lower() in class Misc

2008-04-02 Thread mkieverpy
Hi Ron, >Don't know if this is the place to report this. Not really a bug, however, >method lower() is defined twice in class Misc in the module Tkinter.py. >Both definitions are identical. right place would have been here: http://bugs.python.org/ I created a corresponding entry with a patc

Re: [Tkinter-discuss] thread module

2008-04-02 Thread Amit Finkler
Tim Jones wrote: > On Apr 1, 2008, at 6:05 AM, Amit Finkler wrote: > >> Hi, >> >> Following a previous post of mine (http://mail.python.org/pipermail/ >> tkinter-discuss/2008-March/001320.html), I finally managed to start >> a new thread using the thread module. This new thread is started by

Re: [Tkinter-discuss] thread module

2008-04-02 Thread Amit Finkler
Tim Jones wrote: > On Apr 1, 2008, at 6:05 AM, Amit Finkler wrote: > >> Hi, >> >> Following a previous post of mine (http://mail.python.org/pipermail/ >> tkinter-discuss/2008-March/001320.html), I finally managed to start >> a new thread using the thread module. This new thread is started by