Author: Maciej Fijalkowski <[email protected]> Branch: Changeset: r52257:11d854db3e60 Date: 2012-02-08 22:57 +0200 http://bitbucket.org/pypy/pypy/changeset/11d854db3e60/
Log: kill XXX I don't think you can read about it anywhere diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst --- a/pypy/doc/release-1.8.0.rst +++ b/pypy/doc/release-1.8.0.rst @@ -6,7 +6,7 @@ release brings a lot of bugfixes, and performance and memory improvements over the 1.7 release. The main highlight of the release is the introduction of list strategies which makes homogenous lists more efficient both in terms -of performance and memory. This release also upgrades us from Python 2.7.1 compatibility to 2.7.2, you can read the details of this at XXX. Otherwise it's "business as usual" in the sense +of performance and memory. This release also upgrades us from Python 2.7.1 compatibility to 2.7.2. Otherwise it's "business as usual" in the sense that performance improved roughly 10% on average since the previous release. You can download the PyPy 1.8 release here: @@ -67,6 +67,8 @@ It's also probably worth noting, we're considering donations for the STM project. +* Standard library upgrade from 2.7.1 to 2.7.2. + Ongoing work ============ _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
