Big fat todo.

This commit is contained in:
Georg Brandl 2008-01-05 21:16:33 +00:00
parent c3db090cf8
commit 60bad0e097

View 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: