From: Georg Brandl Date: Sat, 5 Jan 2008 21:16:33 +0000 (+0000) Subject: Big fat todo. X-Git-Tag: v3.0a3~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60bad0e0970c88dfc858a07220aa2ae50a62484d;p=thirdparty%2FPython%2Fcpython.git Big fat todo. --- diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index 6799ca01bbd2..a2aaeea854d6 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: