# HG changeset patch # User Armin Rigo <arigo@tunes.org> # Date 1366270220 -7200 # Thu Apr 18 09:30:20 2013 +0200 # Branch extradoc # Node ID ed89fe5e5c7beb8e17e1eef39ca37595e525c790 # Parent 216f0090f70463f17989dd07b637d2a3ad69dee2 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?)`_