Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r403:ed89fe5e5c7b Date: 2013-04-18 09:30 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ed89fe5e5c7b/
Log: Update the version number of CPython that we follow. diff --git a/index.html b/index.html --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ <div id="main"> <h1 class="title">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.2). It has several advantages and distinct features:</p> +language (2.7.3). It has several advantages and distinct features:</p> <blockquote> <ul class="simple"> <li><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.2). It has several advantages and distinct features: +language (2.7.3). 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] http://mail.python.org/mailman/listinfo/pypy-commit
