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 akira
Recipients akira, barry, pitrou, r.david.murray
Date 2014-07-14.20:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405369006.89.0.109782192632.issue21041@psf.upfronthosting.co.za>
In-reply-to
Content
> Aren't negative indexes well defined in Python?  

yes. I've provided the link to Python docs [1] in msg214642 that 
explicitly defines the behavior:

> If i or j is negative, the index is relative to the end of the string: 
> len(s) + i or len(s) + j is substituted. But note that -0 is still 0.

[1]: https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range
History
Date User Action Args
2014-07-14 20:16:46akirasetrecipients: + akira, barry, pitrou, r.david.murray
2014-07-14 20:16:46akirasetmessageid: <1405369006.89.0.109782192632.issue21041@psf.upfronthosting.co.za>
2014-07-14 20:16:46akiralinkissue21041 messages
2014-07-14 20:16:46akiracreate