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 serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2017-03-07.13:06:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488892007.86.0.01356022303.issue29748@psf.upfronthosting.co.za>
In-reply-to
Content
Following PR adds the slice index converter. It can be used for converting indices in methods like list.index() and str.find().
History
Date User Action Args
2017-03-07 13:06:47serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2017-03-07 13:06:47serhiy.storchakasetmessageid: <1488892007.86.0.01356022303.issue29748@psf.upfronthosting.co.za>
2017-03-07 13:06:47serhiy.storchakalinkissue29748 messages
2017-03-07 13:06:47serhiy.storchakacreate