Author: Carl Friedrich Bolz <cfb...@gmx.de> Branch: Changeset: r82867:937e32c2f31c Date: 2016-03-07 09:41 +0100 http://bitbucket.org/pypy/pypy/changeset/937e32c2f31c/
Log: use upper case more diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0.0.rst @@ -36,7 +36,7 @@ While not applicable only to PyPy, `cffi`_ is arguably our most significant contribution to the python ecosystem. PyPy 5.0 ships with -`cffi-1.5.2`_ which now allows embedding PyPy (or cpython) in a c program. +`cffi-1.5.2`_ which now allows embedding PyPy (or cpython) in a C program. .. _`PyPy`: http://doc.pypy.org .. _`RPython`: https://rpython.readthedocs.org @@ -52,18 +52,18 @@ ============= PyPy is a very compliant Python interpreter, almost a drop-in replacement for -CPython 2.7. It's fast (`pypy and cpython 2.7.x`_ performance comparison) +CPython 2.7. It's fast (`PyPy and CPython 2.7.x`_ performance comparison) due to its integrated tracing JIT compiler. We also welcome developers of other `dynamic languages`_ to see what RPython can do for them. This release supports **x86** machines on most common operating systems -(Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, freebsd), +(Linux 32/64, Mac OS X 64, Windows 32, OpenBSD, FreeBSD), newer **ARM** hardware (ARMv6 or ARMv7, with VFPv3) running Linux, and the -big- and little-endian variants of **ppc64** running Linux. +big- and little-endian variants of **PPC64** running Linux. -.. _`pypy and cpython 2.7.x`: http://speed.pypy.org +.. _`PyPy and CPython 2.7.x`: http://speed.pypy.org .. _`dynamic languages`: http://pypyjs.org Other Highlights (since 4.0.1 released in November 2015) @@ -103,7 +103,7 @@ * More completely support datetime, optimize timedelta creation - * Fix for issue 2185 which caused an inconsistent list of operations to be + * Fix for issue #2185 which caused an inconsistent list of operations to be generated by the unroller, appeared in a complicated DJango app * Fix an elusive issue with stacklets on shadowstack which showed up when _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit