Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r873:9c84049ed3ea
Date: 2017-03-21 09:34 +0100
http://bitbucket.org/pypy/pypy.org/changeset/9c84049ed3ea/

Log:    regen

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -71,10 +71,13 @@
 <div>
 <div id="main">
 <h1 class="title">Python compatibility</h1>
-<p>PyPy implements the Python language version 2.7.12. It supports all of the 
core
+<p>PyPy implements the Python language version 2.7.13. It supports all of the 
core
 language, passing Python test suite (with minor modifications that were
 already accepted in the main python in newer versions). It supports most
 of the commonly used Python <a class="reference external" 
href="http://docs.python.org/library/";>standard library modules</a>; details 
below.</p>
+<p>(PyPy3 implements the Python language version 3.5.3.  It is beta right now,
+and it is quite possible that a few things are missing.  The rest of this
+document only describes the situation of the 2.7.x implementation.)</p>
 <p class="download-menu"><a class="reference external" 
href="http://packages.pypy.org";>List of installable top 1000 PyPI 
packages</a></p>
 <p>PyPy has <strong>alpha/beta-level</strong> support for the <a 
class="reference external" href="http://docs.python.org/c-api/";>CPython C 
API</a>, however,
 this feature is not yet complete. We strongly advise use of <a 
class="reference external" href="http://cffi.readthedocs.org/";>CFFI</a>
diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -74,7 +74,7 @@
 <p>PyPy is a replacement for CPython.  It is built using the RPython
 language that was co-developed with it.  The main reason to use it
 instead of CPython is speed: it runs generally faster (see next section).</p>
-<p><strong>PyPy</strong> implements <strong>Python 2.7.12</strong>.
+<p><strong>PyPy</strong> implements <strong>Python 2.7.13</strong>.
 It supports all of the core language, passing the Python test suite
 (with minor modifications that were already accepted in the main python
 in newer versions). It supports most of the commonly used Python
diff --git a/index.html b/index.html
--- a/index.html
+++ b/index.html
@@ -72,7 +72,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.12 and 3.3.5). It has several advantages and distinct 
features:</p>
+language (2.7.13 and 3.5.3). 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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to