Message194419
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, eli.bendersky, ezio.melotti, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka, tim.peters |
| Date | 2013-08-04.20:44:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375649088.09.0.562915876874.issue18647@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Agree. Here is a partial patch which fixes getwidth() and doctest regexp. But I don't know how to fix _simple(). Perhaps we should permanently remove the "nothing to repeat" check. It guards only against '(.*)*', but there are other methods to make regexp matching exponential (i.e. '(.?.?)*'). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-04 20:44:48 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, pitrou, larry, ezio.melotti, mrabarnett, Arfrever, eli.bendersky, python-dev |
| 2013-08-04 20:44:48 | serhiy.storchaka | set | messageid: <1375649088.09.0.562915876874.issue18647@psf.upfronthosting.co.za> |
| 2013-08-04 20:44:48 | serhiy.storchaka | link | issue18647 messages |
| 2013-08-04 20:44:48 | serhiy.storchaka | create | |