Re: any(), all() and empty iterable

2009-04-20 Thread Jani Hakala
other sentence specifically covering the case for > an empty iterable. > Does this change cover the documentation returned by help(all) and help(any)? Jani Hakala -- http://mail.python.org/mailman/listinfo/python-list

Re: Threading and tkinter

2009-03-07 Thread Jani Hakala
eredirect(1) # root.geometry("%dx%d+0+0" % (root.winfo_screenwidth(), # root.winfo_screenheight())) # Don't start before there's a handler installed w.start() root.mainloop() Jani Hakala -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter--does anyone use it for sophisticated GUI development?

2006-10-21 Thread Jani Hakala
te obvious what is the corresponding python method if you know the Tcl/Tk counterpart. Jani Hakala -- http://mail.python.org/mailman/listinfo/python-list