summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-28 23:41:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-28 23:41:31 (GMT)
commitdebf4dbf0703ee7e6b89c78f8082374b3d6a4258 (patch)
treea94766bb208fb21e0c7b509ff44050c39be8e29b /Doc/c-api/concrete.rst
parent9207f1d63429040b94b01e82fd9dd607e63c4108 (diff)
downloadcpython-debf4dbf0703ee7e6b89c78f8082374b3d6a4258.zip
cpython-debf4dbf0703ee7e6b89c78f8082374b3d6a4258.tar.gz
cpython-debf4dbf0703ee7e6b89c78f8082374b3d6a4258.tar.bz2
Merged revisions 85082 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85082 | antoine.pitrou | 2010-09-29 01:39:41 +0200 (mer., 29 sept. 2010) | 4 lines Buffers are not sequence objects (!). Put them in the abstract objects layers instead. ........
Diffstat (limited to 'Doc/c-api/concrete.rst')
-rw-r--r--Doc/c-api/concrete.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst
index d1fdec0..23f79b7 100644
--- a/Doc/c-api/concrete.rst
+++ b/Doc/c-api/concrete.rst
@@ -68,7 +68,6 @@ intrinsic to the Python language.
bytes.rst
bytearray.rst
unicode.rst
- buffer.rst
tuple.rst
list.rst