while true: !!!

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Dec 14 21:05:40 EST 2000


Oldayz wrote:
> 
> I thought something like forever: would be even more lucid

If there is a break in the loop somewhere, it's
not really forever, though, is it?

So perhaps it should *really* be

   for a while:
      ...

:-)

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list