Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r816:07136ac2d239
Date: 2016-11-12 13:31 +0100
http://bitbucket.org/pypy/pypy.org/changeset/07136ac2d239/

Log:    update 2.7.10 to 2.7.12 (thanks Tiberium). Don't regenerate the html
        now

diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -3,7 +3,7 @@
 title: Python compatibility
 ---
 
-PyPy implements the Python language version 2.7.10. It supports all of the core
+PyPy implements the Python language version 2.7.12. 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 `standard library modules`_; details below.
diff --git a/source/features.txt b/source/features.txt
--- a/source/features.txt
+++ b/source/features.txt
@@ -10,7 +10,7 @@
 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).
 
-**PyPy** implements **Python 2.7.10**.
+**PyPy** implements **Python 2.7.12**.
 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/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.3.5). It has several advantages and distinct features:
+language (2.7.12 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

Reply via email to