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 r.david.murray
Recipients docs@python, issuefinder, r.david.murray
Date 2016-12-19.21:55:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482184501.38.0.180652957352.issue29018@psf.upfronthosting.co.za>
In-reply-to
Content
If your version was correct, 'python'[-2:] would produce 'n', which is not what it produces.  Perhaps you being confused by the fact that the diagram is pointing the indexes *between* the characters?  That's the point of the mnemonic and I find it very useful to think of it that way, myself.
History
Date User Action Args
2016-12-19 21:55:01r.david.murraysetrecipients: + r.david.murray, docs@python, issuefinder
2016-12-19 21:55:01r.david.murraysetmessageid: <1482184501.38.0.180652957352.issue29018@psf.upfronthosting.co.za>
2016-12-19 21:55:01r.david.murraylinkissue29018 messages
2016-12-19 21:55:01r.david.murraycreate