[pypy-commit] cffi default: Update the doc, as suggested on python-cffi

2017-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3010:62beffad167e Date: 2017-09-15 19:24 +0200 http://bitbucket.org/cffi/cffi/changeset/62beffad167e/ Log:Update the doc, as suggested on python-cffi diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/u

[pypy-commit] cffi default: Update the doc.

2012-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r1041:8a5bab7f0e97 Date: 2012-11-13 14:25 +0100 http://bitbucket.org/cffi/cffi/changeset/8a5bab7f0e97/ Log:Update the doc. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -548,14 +548,27

[pypy-commit] cffi default: Update the doc to mention that it also mostly works on PyPy.

2012-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r839:591697b59ba6 Date: 2012-08-13 00:28 +0200 http://bitbucket.org/cffi/cffi/changeset/591697b59ba6/ Log:Update the doc to mention that it also mostly works on PyPy. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst ++