Paul Rubin <[email protected]>: > Marko Rauhamaa <[email protected]> writes: >> It turns out "while True" is the most natural choice in about half of >> the while loops. > > Maybe the rest would be "repeat until" if Python had that?
No. "Repeat until" is a relatively infrequent need. Marko -- https://mail.python.org/mailman/listinfo/python-list
