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 kgashok
Recipients docs@python, kgashok, martin.panter, serhiy.storchaka
Date 2017-09-18.09:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505727408.28.0.500452451667.issue31504@psf.upfronthosting.co.za>
In-reply-to
Content
How about 

"abcde"[5]
Traceback (most recent call last):
  File "python", line 1, in <module>
IndexError: string index out of range
History
Date User Action Args
2017-09-18 09:36:48kgashoksetrecipients: + kgashok, docs@python, martin.panter, serhiy.storchaka
2017-09-18 09:36:48kgashoksetmessageid: <1505727408.28.0.500452451667.issue31504@psf.upfronthosting.co.za>
2017-09-18 09:36:48kgashoklinkissue31504 messages
2017-09-18 09:36:48kgashokcreate