[pypy-commit] cffi default: Fix the documentation.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r1016:81e1b38d5e2f Date: 2012-10-29 09:14 +0100 http://bitbucket.org/cffi/cffi/changeset/81e1b38d5e2f/ Log:Fix the documentation. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -208,8 +208,13 @@ def buffer(self, cdata

[pypy-commit] cffi default: Fix the documentation: the module file names are no longer based

2012-08-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r807:b679c53eafd0 Date: 2012-08-12 13:14 +0200 http://bitbucket.org/cffi/cffi/changeset/b679c53eafd0/ Log:Fix the documentation: the module file names are no longer based on the MD5 but on the CRC of the input strings. diff --git a/doc/source/in