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 mrabarnett
Recipients BreamoreBoy, ezio.melotti, mrabarnett, serhiy.storchaka, timehorse, tlynn
Date 2013-05-26.23:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369612202.63.0.590988053342.issue7940@psf.upfronthosting.co.za>
In-reply-to
Content
Like the OP, I would've expected it to handle negative indexes the way that strings do.

In practice, I wouldn't normally provide negative indexes; I'd use some string or regex method to determine the search limits, and then pass them to finditer and findall, so they'd be non-negative anyway.
History
Date User Action Args
2013-05-26 23:50:02mrabarnettsetrecipients: + mrabarnett, tlynn, timehorse, ezio.melotti, BreamoreBoy, serhiy.storchaka
2013-05-26 23:50:02mrabarnettsetmessageid: <1369612202.63.0.590988053342.issue7940@psf.upfronthosting.co.za>
2013-05-26 23:50:02mrabarnettlinkissue7940 messages
2013-05-26 23:50:02mrabarnettcreate