Properly record Skip's gripe, which was really that the compiler

*appeared to* accept the first continue but complained about the
second.
This commit is contained in:
Guido van Rossum 2000-10-03 20:37:39 +00:00
parent 4a14e44eed
commit ecd5f04ab6
1 changed files with 3 additions and 3 deletions

View File

@ -56,9 +56,9 @@ Core Language / Builtins
http://sourceforge.net/bugs/?func=detailbug&bug_id=110830&group_id=5470
though still open as of this change, the following bug report is
similar, though not quite the same, and should be checked for closure
when this feature request is addressed.
- When the compiler pass complains about something,
e.g. "continue" inside "try", it should complain about the
*first* error, not the second or last.
http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115143