Message 228836 - Python tracker
Message228836
| Author | serhiy.storchaka |
|---|---|
| Recipients | ezio.melotti, mrabarnett, pitrou, serhiy.storchaka |
| Date | 2014-10-09.07:43:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Currently the SRE regular expression engine uses internal tables to implement ASCII-only character predicates and converting. Proposed patch get rid of these tables and reuse standard Python macros Py_ISSPACE, Py_TOLOWER, etc. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-10-09 07:43:50 | serhiy.storchaka | set | recipients: + serhiy.storchaka, pitrou, ezio.melotti, mrabarnett |
| 2014-10-09 07:43:50 | serhiy.storchaka | set | messageid: <1412840630.55.0.708723540507.issue22584@psf.upfronthosting.co.za> |
| 2014-10-09 07:43:50 | serhiy.storchaka | link | issue22584 messages |
| 2014-10-09 07:43:49 | serhiy.storchaka | create | |