summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 21:16:33 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 21:16:33 (GMT)
commit60bad0e0970c88dfc858a07220aa2ae50a62484d (patch)
tree3603bdd39315de0282d628e5b66f0beabfddd180 /Doc/c-api
parentc3db090cf8812ff2308ac6821551a1138a250471 (diff)
downloadcpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.zip
cpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.tar.gz
cpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.tar.bz2
Big fat todo.
Diffstat (limited to 'Doc/c-api')
-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 6799ca0..a2aaeea 100644
--- a/Doc/c-api/concrete.rst
+++ b/Doc/c-api/concrete.rst
@@ -585,6 +585,7 @@ Generic operations on sequence objects were discussed in the previous chapter;
this section deals with the specific kinds of sequence objects that are
intrinsic to the Python language.
+.. XXX sort out unicode, str, bytes and bytearray
.. _stringobjects: