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 georg.brandl
Recipients Eric.Fulton, docs@python, georg.brandl
Date 2014-10-04.16:05:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412438733.37.0.285591317814.issue22553@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Eric,

this paragraph is about slices, where you *can* do

>>> word[0:6]
'Python'

As such, the paragraph is correct.
History
Date User Action Args
2014-10-04 16:05:33georg.brandlsetrecipients: + georg.brandl, docs@python, Eric.Fulton
2014-10-04 16:05:33georg.brandlsetmessageid: <1412438733.37.0.285591317814.issue22553@psf.upfronthosting.co.za>
2014-10-04 16:05:33georg.brandllinkissue22553 messages
2014-10-04 16:05:33georg.brandlcreate