<p dir="ltr"><br>
On 27 Jun 2013 03:12, "Łukasz Langa" <<a href="mailto:lukasz@langa.pl">lukasz@langa.pl</a>> wrote:<br>
><br>
> On 26 cze 2013, at 18:18, R. David Murray <<a href="mailto:rdmurray@bitdance.com">rdmurray@bitdance.com</a>> wrote:<br>
><br>
>> On Wed, 26 Jun 2013 17:39:07 +0200, lukasz.langa <<a href="mailto:python-checkins@python.org">python-checkins@python.org</a>> wrote:<br>
>>><br>
>>> -    Deferred; see<br>
>>> +    Rejected; see<br>
>>> +    <a href="http://mail.python.org/pipermail/python-ideas/2013-June/021610.html">http://mail.python.org/pipermail/python-ideas/2013-June/021610.html</a><br>
>>> +<br>
>>> +    This PEP has been deferred since 2006; see<br>
>>>     <a href="http://mail.python.org/pipermail/python-dev/2006-February/060718.html">http://mail.python.org/pipermail/python-dev/2006-February/060718.html</a><br>
>>><br>
>>>     Subsequent efforts to revive the PEP in April 2009 did not<br>
>>>     meet with success because no syntax emerged that could<br>
>>> -    compete with a while-True and an inner if-break.<br>
>>> +    compete with the following form:<br>
>>><br>
>>> -    A syntax was found for a basic do-while loop but it found<br>
>>> -    had little support because the condition was at the top:<br>
>>> +        while True:<br>
>>> +            <setup code><br>
>>> +            if not <condition>:<br>
>>> +                break<br>
>>> +            <loop body><br>
>>><br>
>>> -        do ... while <cond>:<br>
>>> -            <loop body><br>
>>> +    Users of the language are advised to use that form when a do-while<br>
>>> +    loop would have been appropriate.<br>
>><br>
>><br>
>> Why delete the information about what was found wanting?<br>
><br>
><br>
> This was a mention of an alternative possible syntax. I don't feel it was worth keeping this particular one while not discussing any other alternatives at all. If you'd rather keep this information, it would be better off to have it to an "Alternative approaches" section.</p>

<p dir="ltr">It was relevant because it was the most acceptable alternative found, and we *still* didn't think it was an improvement over the status quo.</p>
<p dir="ltr">We don't generally significantly edit PEPs when accepting or rejecting them.</p>
<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> -- <br>
> Best regards,<br>
> Łukasz Langa<br>
><br>
> WWW: <a href="http://lukasz.langa.pl/">http://lukasz.langa.pl/</a><br>
> Twitter: @llanga<br>
> IRC: ambv on #python-dev<br>
><br>
><br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="http://mail.python.org/mailman/listinfo/python-dev">http://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="http://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com">http://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com</a><br>
><br>
</p>