Author: Philip Jenvey <[email protected]> Branch: extradoc Changeset: r752:df493afc42f6 Date: 2016-05-30 15:41 -0700 http://bitbucket.org/pypy/pypy.org/changeset/df493afc42f6/
Log: update 3's version diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@ <div id="main"> <h1 class="title">Welcome to PyPy</h1> <p>PyPy is a <a class="reference external" href="http://speed.pypy.org/">fast</a>, <a class="reference external" href="compat.html">compliant</a> alternative implementation of the <a class="reference external" href="http://python.org/">Python</a> -language (2.7.10 and 3.2.5). It has several advantages and distinct features:</p> +language (2.7.10 and 3.3.5). It has several advantages and distinct features:</p> <blockquote> <ul> <li><p class="first"><strong>Speed:</strong> thanks to its Just-in-Time compiler, Python programs diff --git a/source/index.txt b/source/index.txt --- a/source/index.txt +++ b/source/index.txt @@ -4,7 +4,7 @@ --- PyPy is a `fast`_, `compliant`_ alternative implementation of the `Python`_ -language (2.7.10 and 3.2.5). It has several advantages and distinct features: +language (2.7.10 and 3.3.5). It has several advantages and distinct features: * **Speed:** thanks to its Just-in-Time compiler, Python programs often run `faster`_ on PyPy. `(What is a JIT compiler?)`_ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
