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 benjamin.peterson, docs@python, ezio.melotti, lemburg, martin.panter, pitrou, r.david.murray, rhettinger, serhiy.storchaka, swanson, veky, vstinner
Date 2017-09-18.21:10:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505769009.6.0.826568718002.issue24243@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not Raymond, but he is correct.  This is an example of "taking advantage of the corner cases", and is something Python does a lot of, especially around strings and slices.  The current behavior was carefully considered and has useful properties.
History
Date User Action Args
2017-09-18 21:10:09r.david.murraysetrecipients: + r.david.murray, lemburg, rhettinger, pitrou, vstinner, benjamin.peterson, ezio.melotti, docs@python, martin.panter, serhiy.storchaka, veky, swanson
2017-09-18 21:10:09r.david.murraysetmessageid: <1505769009.6.0.826568718002.issue24243@psf.upfronthosting.co.za>
2017-09-18 21:10:09r.david.murraylinkissue24243 messages
2017-09-18 21:10:09r.david.murraycreate