[pypy-commit] cffi default: Blank lines kill us.

arigo noreply at buildbot.pypy.org
Mon Jul 30 15:09:53 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r743:ea3707bdc009
Date: 2012-07-30 15:09 +0200
http://bitbucket.org/cffi/cffi/changeset/ea3707bdc009/

Log:	Blank lines kill us.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -703,9 +703,8 @@
 
 
 .. versionchanged:: 0.3
-
    In older versions, passing a list as the ``char *[]`` argument did
-   not work; you needed to make a ``argv_keepalive`` and a ``argv``
+   not work; you needed to make an ``argv_keepalive`` and an ``argv``
    in all cases.
 
 
@@ -961,7 +960,6 @@
 +---------------+------------------------+------------------+----------------+
 
 .. versionchanged:: 0.3
-
    (*) Note that when calling a function, as per C, a ``item *`` argument
    is identical to a ``item[]`` argument.  So you can pass an argument that
    is accepted by either C type, like for example passing a Python string


More information about the pypy-commit mailing list