[pypy-commit] cffi default: tweaks

arigo pypy.commits at gmail.com
Sun Jun 5 17:11:16 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r2710:c793ba5e283c
Date: 2016-06-05 23:12 +0200
http://bitbucket.org/cffi/cffi/changeset/c793ba5e283c/

Log:	tweaks

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -6,8 +6,6 @@
 v1.7
 ====
 
-(NOT RELEASED YET)
-
 * ``ffi.gc(p, None)`` removes the destructor on an object previously
   created by another call to ``ffi.gc()``
 
@@ -26,7 +24,7 @@
   *numbers* instead of *characters*.  (Now it is implemented with just
   a memcpy, of course, not actually iterating over the characters.)
 
-* C++: compiling the generated C code with C++ is supposed to work,
+* C++: compiling the generated C code with C++ was supposed to work,
   but failed if you make use the ``bool`` type (because that is rendered
   as the C ``_Bool`` type, which doesn't exist in C++).
 


More information about the pypy-commit mailing list