[Python-Dev] Wishlist: dowhile

Raymond Hettinger python at rcn.com
Mon Jun 13 11:55:14 CEST 2005


[BJörn Lindqvist] 
> I would like to have do-while's like this:
> 
> do:
>     <body>
>     until <cond>
> 
> But I'm sure that has problems too.

That looks nice to me.



Raymond


More information about the Python-Dev mailing list