why no "do : until"?
Steve Lamb
grey at despair.rpglink.com
Sat Dec 30 00:37:19 EST 2000
More information about the Python-list mailing list
Sat Dec 30 00:37:19 EST 2000
- Previous message (by thread): why no "do : until"?
- Next message (by thread): why no "do : until"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, 30 Dec 2000 05:23:26 GMT, Rainer Deyke <root at rainerdeyke.com> wrote: >At that point it's better to use 'while 1', which is at least idiomatic and >explicit in its inelegance. I'm sorry, but I don't agree. Even though I have no problem with while 1: initing variables before the loop is more preferable to a break. Esp. when one can put the condition in the while; unlike reading lines from a file where one cannot. -- Steve C. Lamb | I'm your priest, I'm your shrink, I'm your ICQ: 5107343 | main connection to the switchboard of souls. -------------------------------+---------------------------------------------
- Previous message (by thread): why no "do : until"?
- Next message (by thread): why no "do : until"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list