<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 24.02.2017 05:45, Chris Angelico
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPTjJmp9n=FtWqF8ks4Un-uzNbVJ24wjZgLHToqUTkxTo5RYRw@mail.gmail.com"
      type="cite">Don't forget that you can rewrite a "for-if" using two
      additional
      <pre wrap="">lines and no indents, rather than one line and one indent:

for ...:
    if not (...):
        continue
    ...
    ...
</pre>
    </blockquote>
    <br>
    That's exactly what I meant by "for+if+continue". At work we even
    set a guideline for this to prevent excessive indentation for longer
    loop bodies.<br>
    <br>
    <blockquote
cite="mid:CAPTjJmp9n=FtWqF8ks4Un-uzNbVJ24wjZgLHToqUTkxTo5RYRw@mail.gmail.com"
      type="cite">
      <pre wrap="">So you can take your pick which version you want. Granted, I can still
see value in the for-if statement, but not enough to justify new
syntax.
</pre>
    </blockquote>
    <br>
    Sven<br>
  </body>
</html>