Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r872:bb778b31861b Date: 2017-03-21 09:00 +0100 http://bitbucket.org/pypy/pypy.org/changeset/bb778b31861b/
Log: Update the version numbers of Python diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt @@ -3,11 +3,15 @@ title: Python compatibility --- -PyPy implements the Python language version 2.7.12. It supports all of the core +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 `standard library modules`_; details below. +(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.) + .. class:: download_menu `List of installable top 1000 PyPI packages`_ 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.12**. +**PyPy** implements **Python 2.7.13**. 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.12 and 3.3.5). It has several advantages and distinct features: +language (2.7.13 and 3.5.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 pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit