Re: [Python-3000] Iterators for dict keys, values, and items == annoying :)

2006-03-29 Thread Stefan Rank
on 29.03.2006 09:11 Brett Cannon said the following: > On 3/28/06, Greg Ewing <[EMAIL PROTECTED]> wrote: >> Adam DePrince wrote: >> [snip ... massive over-design.] >> >> Python is NOT Java! >> > > What I was taking away from this whole view discussion was basically > just coming up with a simple,

Re: [Python-3000] PyGUI in Py3K stdlib, more details

2006-05-02 Thread Stefan Rank
on 02.05.2006 11:04 Giovanni Bajo said the following: > Bill Janssen <[EMAIL PROTECTED]> wrote: >>> In wxWidgets, the GUI system is able to calculate the minimal size >>> needed by each and any widget, and to prevent the user from resizing >>> the window below the calculated minimal size. = >> I'm