Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r46430:82bf0efcfe7d Date: 2011-08-10 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/82bf0efcfe7d/
Log: add a disclaimer, unlikely we"ll upgrade python on tannit diff --git a/pypy/doc/release-1.6.0.rst b/pypy/doc/release-1.6.0.rst --- a/pypy/doc/release-1.6.0.rst +++ b/pypy/doc/release-1.6.0.rst @@ -15,7 +15,7 @@ PyPy is a very compliant Python interpreter, almost a drop-in replacement for CPython 2.7.1. It's fast (`pypy 1.5 and cpython 2.6.2`_ performance comparison) -due to its integrated tracing JIT compiler. XXX: compare to 2.7.1 +due to its integrated tracing JIT compiler. This release supports x86 machines running Linux 32/64 or Mac OS X. Windows 32 is beta (it roughly works but a lot of small issues have not been fixed so @@ -74,7 +74,8 @@ fast NumPy module integrated with the PyPy JIT. Unfortunately, this does not mean that you can expect to take an existing NumPy program and run it on PyPy, because the module is still unfinished and supports only some of the - numpy API. However, what works is blazingly fast :-) + numpy API. However, barring some details, what works should be + blazingly fast :-) * Bugfixes: since the 1.5 release we fixed 53 bugs in our `bug tracker`_, not counting the numerous bugs that were found and reported through other _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
