]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Big fat todo.
authorGeorg Brandl <georg@python.org>
Sat, 5 Jan 2008 21:16:33 +0000 (21:16 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 5 Jan 2008 21:16:33 +0000 (21:16 +0000)
Doc/c-api/concrete.rst

index 6799ca01bbd27aeb90228f7d562a40d705a4d436..a2aaeea854d6932417ac982a123dea744124d8b4 100644 (file)
@@ -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: