Author: Armin Rigo <[email protected]> Branch: Changeset: r88210:96932525fa42 Date: 2016-11-08 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/96932525fa42/
Log: Un-Windows-ify line endings diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -1,12 +1,12 @@ -========================== -What's new in PyPy2.7 5.6+ -========================== - -.. this is a revision shortly after release-pypy2.7-v5.6 -.. startrev: 7e9787939641 - -.. branch: rpython-error-to-systemerror - -Any uncaught RPython exception (from a PyPy bug) is turned into an -app-level SystemError. This should improve the lot of users hitting an -uncaught RPython error. +========================== +What's new in PyPy2.7 5.6+ +========================== + +.. this is a revision shortly after release-pypy2.7-v5.6 +.. startrev: 7e9787939641 + +.. branch: rpython-error-to-systemerror + +Any uncaught RPython exception (from a PyPy bug) is turned into an +app-level SystemError. This should improve the lot of users hitting an +uncaught RPython error. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
