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
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