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 rhettinger
Recipients alex, brett.cannon, gregory.p.smith, rhettinger, santoso.wijaya, serhiy.storchaka, terry.reedy, tshepang
Date 2013-04-06.20:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365278559.36.0.863333403552.issue17343@psf.upfronthosting.co.za>
In-reply-to
Content
If someone wants whip-up a patch for str.iter_index(), I would be happy to review it.   Be sure to add a test case to make sure that the results are non-overlapping:   list('aaaa'.iter_index('aa')) == [0, 2]
History
Date User Action Args
2013-04-06 20:02:39rhettingersetrecipients: + rhettinger, brett.cannon, terry.reedy, gregory.p.smith, alex, santoso.wijaya, tshepang, serhiy.storchaka
2013-04-06 20:02:39rhettingersetmessageid: <1365278559.36.0.863333403552.issue17343@psf.upfronthosting.co.za>
2013-04-06 20:02:39rhettingerlinkissue17343 messages
2013-04-06 20:02:39rhettingercreate