[Python-3000] Announcing PEP 3136

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Jul 10 03:40:51 CEST 2007


Matt Chisholm wrote:
> Are break / continue currently abused more than they are used right,
> or used to make code difficult to understand?

In my experience, using break and continue for anything
other than a standard loop-and-a-half makes code hard
to follow, even when there is only one loop. Labels
would not mitigate that.

--
Greg


More information about the Python-3000 mailing list