diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-28 23:59:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-09-28 23:59:51 (GMT) |
commit | c663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd (patch) | |
tree | 8cb7aa7a80c3134aded5674330606763304f20b6 /Doc/c-api/concrete.rst | |
parent | f7ba2fa3d663c5755af0932e0d8fe820fb7de8af (diff) | |
download | cpython-c663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd.zip cpython-c663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd.tar.gz cpython-c663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd.tar.bz2 |
Give a dedicated page to memoryview objects, so that they can be part
of the concrete objects layer, while the buffer protocol is part of
the abstract objects layer.
Diffstat (limited to 'Doc/c-api/concrete.rst')
-rw-r--r-- | Doc/c-api/concrete.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index 7e8f08c..dc08967 100644 --- a/Doc/c-api/concrete.rst +++ b/Doc/c-api/concrete.rst @@ -99,6 +99,7 @@ Other Objects iterator.rst descriptor.rst slice.rst + memoryview.rst weakref.rst capsule.rst cell.rst |