This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mpthomas
Recipients
Date 2003-03-07.07:26:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Version: Python 2.2.2, Windows 98

This is a slight problem in section 3.1.2 of the 
Python tutorial, `Strings'
<http://www.python.org/doc/current/tut/node5.html#SECTI
ON005120000000000000000>.

In the paragraph which begins `Unlike a C string, 
Python strings cannot be changed ...', the example 
uses an omitted slice index, before omitted slice 
indices have been explained.

This could easily be fixed by moving this paragraph to 
the end of the section on slicing, which would have 
the additional benefit of not slicing the slicing 
section.
History
Date User Action Args
2007-08-23 14:11:44adminlinkissue699237 messages
2007-08-23 14:11:44admincreate