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 kgashok
Date 2017-09-18.08:04:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505721887.17.0.00733091873512.issue31504@psf.upfronthosting.co.za>
In-reply-to
Content
"abcde".rindex("") returns 5
"a".rindex("") returns 1 

This is not documented anywhere in the Python documentation.
History
Date User Action Args
2017-09-18 08:04:47kgashoksetrecipients: + kgashok
2017-09-18 08:04:47kgashoksetmessageid: <1505721887.17.0.00733091873512.issue31504@psf.upfronthosting.co.za>
2017-09-18 08:04:47kgashoklinkissue31504 messages
2017-09-18 08:04:46kgashokcreate