<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    "Python 2.8 is a backwards-compatible Python interpreter with new
    features from Python 3.x. It was produced by forking Python 2.7.12
    and backporting some of the new syntax, builtins, and libraries from
    Python 3. Python code and C-extensions targeting Python 2.7 or below
    are expected to run unmodified on Python 2.8 and produce the same
    output. But with Python 2.8, that code can now use some of the new
    features from Python 3.x."<br>
    <br>
    Backported features:<br>
    <ul>
      <li>Function annotations</li>
      <li>Keyword-only arguments</li>
      <li>async / await</li>
      <li>no-argument super()</li>
      <li>new metaclass syntax</li>
      <li>yield from</li>
      <li>typing module</li>
      <li>inspect.signature()</li>
      <li>matrix multiplication operator</li>
      <li>fine-grained reworking of OSError</li>
      <li>underscores in numeric literals</li>
      <li>concurrent.futures</li>
      <li>types.MappingProxyType</li>
      <li>selectors module<br>
      </li>
    </ul>
    <br>
    <a class="moz-txt-link-freetext" href="https://github.com/naftaliharris/python2.8">https://github.com/naftaliharris/python2.8</a><br>
    <br>
    Huh,<br>
    <br>
    <br>
    <i>/arry</i><br>
    <br>
  </body>
</html>