[pypy-commit] cffi default: Add a note

2016-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r2803:0e25c5c3fa14 Date: 2016-10-29 16:02 +0200 http://bitbucket.org/cffi/cffi/changeset/0e25c5c3fa14/ Log:Add a note diff --git a/doc/source/ref.rst b/doc/source/ref.rst --- a/doc/source/ref.rst +++ b/doc/source/ref.rst @@ -262,7 +262,9 @@ ``p`` was r

[pypy-commit] cffi default: Add a note about variadic functions

2015-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1874:32ec3c43f186 Date: 2015-04-29 12:49 +0200 http://bitbucket.org/cffi/cffi/changeset/32ec3c43f186/ Log:Add a note about variadic functions diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst

[pypy-commit] cffi default: Add a note to avoid people getting confused by the error message.

2013-11-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r1421:dd14c6808158 Date: 2013-11-18 12:05 +0100 http://bitbucket.org/cffi/cffi/changeset/dd14c6808158/ Log:Add a note to avoid people getting confused by the error message. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@