Thomas Lotze wrote: > Ron Adam <[EMAIL PROTECTED]> wrote:
>>3. In a while loop, it's a value test, where the else block gets >>executed if the while condition evaluates as false, the while block >>may or may not execute. You still need a flag to test for that. > > > You're effectively arguing for do...while, right? Not arguing anything. Do-whiles are a flow control issue rather than a flow testing issue. A differnt problem. Cheers, Ron _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com