Skip Montanaro <s...@pobox.com> added the comment:

Antoine> The label "why_not_here" should be renamed to something more
    Antoine> meaningful IMO. Or you could just kill the label and use
    Antoine> "continue" instead.

I thought "why_not_here" was meaningful.  "Here" is where you go when why ==
WHY_NOT.  I don't think continue will work.  The goto is coming out of an
inner loop.  If you continue from there you just continue the inner loop.  I
replaced a break with a goto.

Skip

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4896>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to