Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r2360:7c5809741094
Date: 2015-10-22 09:31 +0200
http://bitbucket.org/cffi/cffi/changeset/7c5809741094/

Log:    hg merge release-1.3

diff --git a/doc/source/installation.rst b/doc/source/installation.rst
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -53,9 +53,9 @@
 
 * http://pypi.python.org/packages/source/c/cffi/cffi-1.3.0.tar.gz
 
-   - MD5: ...
+   - MD5: a40ed8c8ac653c8fc7d5603711b06eaf
 
-   - SHA: ...
+   - SHA: 54a0b2dbbc2f5d99131aa337e217b636652641a9
 
 * Or grab the most current version from the `Bitbucket page`_:
   ``hg clone https://bitbucket.org/cffi/cffi``
diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -686,7 +686,7 @@
 
 Python 2/3 compatibility note: you should avoid using ``str(buf)``,
 because it gives inconsistent results between Python 2 and Python 3.
-This is similar to how ``str()`` gives inconsistent results on regular
+(This is similar to how ``str()`` gives inconsistent results on regular
 byte strings).  Use ``buf[:]`` instead.
 
 **ffi.from_buffer(python_buffer)**: return a ``<cdata 'char[]'>`` that
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to