This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients chienpingtsung, ronaldoussoren
Date 2020-10-05.12:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601900892.45.0.368563346492.issue41942@roundup.psfhosted.org>
In-reply-to
Content
This is a language change that has been discussed on the python-ideas list a number of times.

In my opinion adding this would not necessarily be an improvement, especially when names and expressions get longer. You'd also not win a lot compared to your initial pattern, especially because the "continue" statement can be placed on the same line as the if statement itself (for short enough conditions).

This is something that should be discussed on python-ideas, but please investigate what's been discussed before before you do so.
History
Date User Action Args
2020-10-05 12:28:12ronaldoussorensetrecipients: + ronaldoussoren, chienpingtsung
2020-10-05 12:28:12ronaldoussorensetmessageid: <1601900892.45.0.368563346492.issue41942@roundup.psfhosted.org>
2020-10-05 12:28:12ronaldoussorenlinkissue41942 messages
2020-10-05 12:28:12ronaldoussorencreate