Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r95757:24e4b884491f
Date: 2019-01-31 17:38 +0100
http://bitbucket.org/pypy/pypy/changeset/24e4b884491f/

Log:    reword this paraphraph, as gc hooks were already in 6.0

diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst
--- a/pypy/doc/release-v7.0.0.rst
+++ b/pypy/doc/release-v7.0.0.rst
@@ -19,9 +19,10 @@
 Until we can work with downstream providers to distribute builds with PyPy, we
 have made packages for some common packages `available as wheels`_.
 
-The GC now has `hooks`_ to gain more insights into its performance, and it is
-now possible to manually manage the GC by using a combination of
-``gc.disable`` and ``gc.collect_step``. See the `GC blog post`_.
+The GC `hooks`_ , which can be used to gain more insights into its
+performance, has been improved and it is now possible to manually manage the
+GC by using a combination of ``gc.disable`` and ``gc.collect_step``. See the
+`GC blog post`_.
 
 
 We updated the `cffi`_ module included in PyPy to version 1.12, and the
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to