[pypy-commit] pypy default: Kill this other mention of cffi

arigo pypy.commits at gmail.com
Mon Jun 6 10:27:17 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r84965:5acb6054c9c5
Date: 2016-06-06 16:27 +0200
http://bitbucket.org/pypy/pypy/changeset/5acb6054c9c5/

Log:	Kill this other mention of cffi

diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst
--- a/pypy/doc/release-pypy2.7-v5.3.0.rst
+++ b/pypy/doc/release-pypy2.7-v5.3.0.rst
@@ -109,12 +109,10 @@
 
   * Revive traceviewer, a tool to use pygame to view traces
 
-  * Update to cffi/847bbc0297f8 which improves help() on cffi objects
-
 * Bug Fixes
 
-   * Fix issue #2277: only special-case two exact lists in zip(), not list
-     subclasses, because an overridden __iter__() should be called (probably)
+  * Fix issue #2277: only special-case two exact lists in zip(), not list
+    subclasses, because an overridden __iter__() should be called (probably)
 
   * Fix issue #2226: Another tweak in the incremental GC- this should ensure
     that progress in the major GC occurs quickly enough in all cases.


More information about the pypy-commit mailing list