PEP 315: Enhanced While Loop

John Roth johnroth at ameritech.net
Sat May 3 06:33:51 EDT 2003


"W Isaac Carroll" <icarroll at pobox.com> wrote in message
news:mailman.1051933692.17571.python-list at python.org...
> PEP: 315
> Title: Enhanced While Loop
> Version: $Revision: 1.1 $
> Last-Modified: $Date: 2003/05/02 22:53:32 $
> Author: W Isaac Carroll <icarroll at pobox.com>
> Status: Draft
> Type: Standards Track
> Content-Type: text/plain
> Created: 25-Apr-2003
> Python-Version: 2.4
> Post-History:

Frankly, this doesn't do nearly enough to make me interested in
cluttering
the language, and the "if <condition>: break" figure is sufficiently
well
entrenched in a ***lot*** of languages that it's hardly a problem. As
long as a loop starts with "while 1:" or "while True:", you expect to
see
a break and look for it.

-1

John Roth






More information about the Python-list mailing list