Author: Matti Picus <[email protected]> Branch: Changeset: r95748:7364fb8c4c67 Date: 2019-01-30 09:24 +0200 http://bitbucket.org/pypy/pypy/changeset/7364fb8c4c67/
Log: restart whatsnew-head for py3.5, py2 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/whatsnew-head.rst @@ -0,0 +1,7 @@ +========================== +What's new in PyPy2.7 7.0+ +========================== + +.. this is a revision shortly after release-pypy-7.0.0 +.. startrev: 481c69f7d81f + diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -0,0 +1,7 @@ +======================== +What's new in PyPy3 7.0+ +======================== + +.. this is the revision after release-pypy3.5-v7.0 +.. startrev: 9d2fa7c63b7c + _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
