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 anilbey, docs@python, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka, timehorse, tlynn, zach.ware
Date 2019-09-09.16:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568048147.91.0.0736540641836.issue7940@roundup.psfhosted.org>
In-reply-to
Content
Note that changing the current behavior is a breaking change. For example someone can use `pattern.findall(text, curpos-50, curpos+50)` to search in the range ±50 characters from the current position. If negative positions change meaning, this will break a code for curpos < 50.
History
Date User Action Args
2019-09-09 16:55:47serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, tlynn, timehorse, ezio.melotti, mrabarnett, docs@python, zach.ware, anilbey
2019-09-09 16:55:47serhiy.storchakasetmessageid: <1568048147.91.0.0736540641836.issue7940@roundup.psfhosted.org>
2019-09-09 16:55:47serhiy.storchakalinkissue7940 messages
2019-09-09 16:55:47serhiy.storchakacreate