diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 21:16:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 21:16:33 (GMT) |
commit | 60bad0e0970c88dfc858a07220aa2ae50a62484d (patch) | |
tree | 3603bdd39315de0282d628e5b66f0beabfddd180 /Doc/c-api/concrete.rst | |
parent | c3db090cf8812ff2308ac6821551a1138a250471 (diff) | |
download | cpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.zip cpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.tar.gz cpython-60bad0e0970c88dfc858a07220aa2ae50a62484d.tar.bz2 |
Big fat todo.
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 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: |