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 veky
Recipients docs@python, kgashok, martin.panter, r.david.murray, rhettinger, serhiy.storchaka, veky
Date 2017-09-18.14:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505744047.7.0.711964597765.issue31504@psf.upfronthosting.co.za>
In-reply-to
Content
This is nonsense. 'abcde'[7:7] is also ''. So the maximal index in fact doesn't exist. What do you think exactly is the property that differentiates 5 from 7 here?
History
Date User Action Args
2017-09-18 14:14:07vekysetrecipients: + veky, rhettinger, r.david.murray, docs@python, martin.panter, serhiy.storchaka, kgashok
2017-09-18 14:14:07vekysetmessageid: <1505744047.7.0.711964597765.issue31504@psf.upfronthosting.co.za>
2017-09-18 14:14:07vekylinkissue31504 messages
2017-09-18 14:14:07vekycreate