And it doesn't do that! It only replaces that when <setup> is a simple assignment.<br><br>PEP 315 suggested:<br><br>  do:<br>    <setup><br>  while <expression>:<br>    <stuff><br><br>which does cover the general scenario.<br>
<br><br><div class="gmail_quote">On Thu, Jul 3, 2008 at 1:22 PM, Stavros Korokithakis <<a href="mailto:stavros@korokithakis.net">stavros@korokithakis.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don't know where this "while True" concept snuck in, the proposal isn't supposed to replace those, it's supposed to replace this:<br>
<br>
<setup><br>
while <expression>"<br>
    <stuff><br>
    <setup><br><font color="#888888">
<br>
Stavros</font><div><div></div><br></div></blockquote></div><br>