[Python-Dev] while:

Facundo Batista facundobatista at gmail.com
Wed Jul 20 06:22:15 CEST 2005


On 7/20/05, Martin Blais <martin.blais at gmail.com> wrote:

> it got me wondering, wouldn't it be nice if
> 
>    while:
>       ...
> 
> behaved as:
> 
>    while True:

-1

Explicit is better than implicit.

Regards,

.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


More information about the Python-Dev mailing list