[Python-bugs-list] [ python-Bugs-699237 ] Tutorial uses omitted slice indices before explaining them

SourceForge.net noreply@sourceforge.net
Tue, 11 Mar 2003 21:04:24 -0800


Bugs item #699237, was opened at 2003-03-07 02:26
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699237&group_id=5470

Category: Documentation
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Matthew Thomas (mpthomas)
Assigned to: Raymond Hettinger (rhettinger)
Summary: Tutorial uses omitted slice indices before explaining them

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Raymond Hettinger (rhettinger)
Date: 2003-03-12 00:04

Message:
Logged In: YES 
user_id=80475

See tut.tex 1.178


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=699237&group_id=5470