[Python-Dev] Weekly Python Patch/Bug Summary

2005-07-20 Thread Kurt B. Kaiser
Patch / Bug Summary ___ Patches : 350 open ( +1) / 2882 closed ( +2) / 3232 total ( +3) Bugs: 889 open ( -8) / 5141 closed (+22) / 6030 total (+14) RFE : 189 open ( -5) / 178 closed ( +8) / 367 total ( +3) New / Reopened Patches __ Add unico

Re: [Python-Dev] while:

2005-07-20 Thread Facundo Batista
On 7/20/05, Martin Blais <[EMAIL PROTECTED]> wrote: > Well, maybe you're reading a bit too litterally into that statement. > To me the expression is very explicitly absent :-)More seriously, > reading into these rules too literally leads to funny places: I could > ask why at the end of functio

Re: [Python-Dev] while:

2005-07-20 Thread Martin Blais
On 7/20/05, Facundo Batista <[EMAIL PROTECTED]> wrote: > On 7/20/05, Martin Blais <[EMAIL PROTECTED]> wrote: > > > it got me wondering, wouldn't it be nice if > > > >while: > > ... > > > > behaved as: > > > >while True: > > -1 > > Explicit is better than implicit. Well, maybe you'