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.

classification
Title: Tutorial uses omitted slice indices before explaining them
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: mpthomas, rhettinger
Priority: normal Keywords:

Created on 2003-03-07 07:26 by mpthomas, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Messages (2)
msg15008 - (view) Author: Matthew Thomas (mpthomas) Date: 2003-03-07 07:26
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.
msg15009 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2003-03-12 05:04
Logged In: YES 
user_id=80475

See tut.tex 1.178
History
Date User Action Args
2022-04-10 16:07:27adminsetgithub: 38120
2003-03-07 07:26:04mpthomascreate