Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1229:3935c49ed238
Date: 2013-04-04 12:17 +0200
http://bitbucket.org/cffi/cffi/changeset/3935c49ed238/

Log:    Add a comment.

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1383,7 +1383,8 @@
    cdata object that is a "view" of all items from ``start`` to ``stop``.
    It is a cdata of type "array" (so e.g. passing it as an argument to a
    C function would just convert it to a pointer to the ``start`` item).
-   As with indexing, negative bounds mean really negative indices, like in
+   It makes cdata's of type "array" behave more like a Python list, but
+   as with indexing, negative bounds mean really negative indices, like in
    C.  As for slice assignment, it accepts any iterable, including a list
    of items or another array-like cdata object, but the length must match.
    (Note that this behavior differs from initialization: e.g. if you pass
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to