summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-28 23:59:51 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-28 23:59:51 (GMT)
commitc663b58c9a29c1c5c05c6d33a05a04f7c4fc18fd (patch)
tree8cb7aa7a80c3134aded5674330606763304f20b6 /Doc/c-api/concrete.rst
parentf7ba2fa3d663c5755af0932e0d8fe820fb7de8af (diff)
downloadcpython-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.rst1
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