Message 194553 - Python tracker
Message194553
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, eli.bendersky, ezio.melotti, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka, tim.peters |
| Date | 2013-08-06.14:45:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375800330.16.0.125125679589.issue18647@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Originally the catch condition was (lo == 0). It was changed in changeset 41c42b1bd582. > Offhand, do you have an example that displays bad behavior in 2.7? I'm curious because I didn't find one after half an hour of trying. re.match('(?:.?.?)*y', 'x'*20) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-06 14:45:30 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, pitrou, larry, ezio.melotti, mrabarnett, Arfrever, eli.bendersky, python-dev |
| 2013-08-06 14:45:30 | serhiy.storchaka | set | messageid: <1375800330.16.0.125125679589.issue18647@psf.upfronthosting.co.za> |
| 2013-08-06 14:45:30 | serhiy.storchaka | link | issue18647 messages |
| 2013-08-06 14:45:30 | serhiy.storchaka | create | |