Author: Matti Picus <[email protected]> Branch: Changeset: r90744:24ba403e24e6 Date: 2017-03-17 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/24ba403e24e6/
Log: apparently the python 2.7 requirement is not new to this version diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/pypy/doc/release-v5.7.0.rst @@ -83,9 +83,6 @@ Highlights of the PyPy2.7, cpyext, and RPython changes (since 5.6 released Nov, 2016) ===================================================================================== -Translation uses python 2.7 syntax, we could renew support for python 2.6 if -a downstream RPython-based project depends on it. - See also issues that were resolved_ * New features and cleanups _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
