]> granicus.if.org Git - python/commit
com_continue_stmt(): Improve error message when continue is found
authorFred Drake <fdrake@acm.org>
Fri, 8 Sep 2000 16:31:24 +0000 (16:31 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 Sep 2000 16:31:24 +0000 (16:31 +0000)
commitfd1f1be98dfe66cd16d2e404e046ec462699dded
treef006e7ceb96b094ef9d4259073ac5b1728b51500
parent0d8ce6111c16c23c87afc2b06e60bb1b61f75746
com_continue_stmt():  Improve error message when continue is found
                      in a try statement in a loop.

This is related to SourceForge bug #110830.
Python/compile.c