[pypy-commit] cffi default: Improve sentence

arigo noreply at buildbot.pypy.org
Thu Sep 13 15:22:54 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r931:a8de1502427c
Date: 2012-09-13 15:22 +0200
http://bitbucket.org/cffi/cffi/changeset/a8de1502427c/

Log:	Improve sentence

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -378,8 +378,8 @@
 
 * wchar_t (if supported by the backend)
 
-* _Bool (if unsupported by the C compiler, this is declared with the
-  size of ``unsigned char``).  *New in version 0.4.*  Note that the
+* *New in version 0.4:* _Bool.  If not directly supported by the C compiler,
+  this is declared with the size of ``unsigned char``.  Note that the
   effects of ``<stdbool.h>`` are not automatically included: you have
   to say ``typedef _Bool bool;`` in your ``cdef()`` if you want to
   use this ``_Bool`` with the more standard name ``bool``.  This is because


More information about the pypy-commit mailing list