<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 03.08.2016 03:15, Gregory P. Smith wrote:<br>
    <blockquote
cite="mid:CAGE7PN+vt2=+G-ou7CB9ZNV_P+9RqBETUerXZjN=XKJPzihjiw@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <br>
        <div class="gmail_quote">
          <div dir="ltr">On Mon, Aug 1, 2016 at 10:14 PM Guido van
            Rossum <<a moz-do-not-send="true"
              href="mailto:guido@python.org">guido@python.org</a>>
            wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">What makes
            you respond so vehemently to `a: float`?<br>
          </blockquote>
          <div><br>
          </div>
          <div>First reaction.  It doesn't actually seem too bad now. 
            It is already legal to just say `a` as a statement so this
            isn't much different.</div>
          <div><br>
          </div>
          <div>def f():</div>
          <div><span style="line-height:1.5">  a</span></div>
          <div><span style="line-height:1.5"><br>
            </span></div>
          <div><span style="line-height:1.5">is already legal.  So `a:
              List[float]` would at least be meaningful rather than a
              meaningless statement that any linter should question. :)</span></div>
          <div><span style="line-height:1.5"> </span><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    That's legal? To me that seems like a syntax/name error.<br>
  </body>
</html>