Author: Armin Rigo <[email protected]> Branch: Changeset: r91548:46ae38723852 Date: 2017-06-06 07:51 +0200 http://bitbucket.org/pypy/pypy/changeset/46ae38723852/
Log: v2.7 => 2.7, for consistency diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/release-v5.8.0.rst --- a/pypy/doc/release-v5.8.0.rst +++ b/pypy/doc/release-v5.8.0.rst @@ -3,8 +3,8 @@ ===================================== The PyPy team is proud to release both PyPy2.7 v5.8 (an interpreter supporting -Python v2.7 syntax), and a beta-quality PyPy3.5 v5.8 (an interpreter for Python -v3.5 syntax). The two releases are both based on much the same codebase, thus +Python 2.7 syntax), and a beta-quality PyPy3.5 v5.8 (an interpreter for Python +3.5 syntax). The two releases are both based on much the same codebase, thus the dual release. Note that PyPy3.5 supports Linux 64bit only for now. This new PyPy2.7 release includes the upstream stdlib version 2.7.13, and _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
