Message351534
| 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:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, tlynn, timehorse, ezio.melotti, mrabarnett, docs@python, zach.ware, anilbey |
| 2019-09-09 16:55:47 | serhiy.storchaka | set | messageid: <1568048147.91.0.0736540641836.issue7940@roundup.psfhosted.org> |
| 2019-09-09 16:55:47 | serhiy.storchaka | link | issue7940 messages |
| 2019-09-09 16:55:47 | serhiy.storchaka | create | |