Message 337231 - Python tracker

Message337231

Author Aditya Shankar
Recipients Aditya Shankar
Date 2019-03-05.17:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551805244.83.0.831633473388.issue36200@roundup.psfhosted.org>
In-reply-to
Content
considering a list of 5 elements, if the 6th element is asked, the Interpreter would raise IndexError: list index out of range,
I think It'd be better if it actually said what the invalid index is

Improvement benefits:
*quicker debugging of faulty python code
*person debugging does not need to edit and restart the program to fix issue, sometimes at least
History
Date User Action Args
2019-03-05 17:00:44Aditya Shankarsetrecipients: + Aditya Shankar
2019-03-05 17:00:44Aditya Shankarsetmessageid: <1551805244.83.0.831633473388.issue36200@roundup.psfhosted.org>
2019-03-05 17:00:44Aditya Shankarlinkissue36200 messages
2019-03-05 17:00:44Aditya Shankarcreate