Message129423
| Author | terry.reedy |
|---|---|
| Recipients | aaronsw, gregory.p.smith, josiahcarlson, mark.dickinson, mrabarnett, rsc, schmir, terry.reedy, timehorse, witten, yarkot |
| Date | 2011-02-25.20:42:32 |
| SpamBayes Score | 0.10678951 |
| Marked as misclassified | No |
| Message-id | <1298666553.38.0.421994736069.issue1662581@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Another example from #11307 import re r = re.compile(r'(\w+)*=.*') r.match("abcdefghijklmnopqrstuvwxyz") |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-25 20:42:33 | terry.reedy | set | recipients: + terry.reedy, aaronsw, gregory.p.smith, josiahcarlson, mark.dickinson, rsc, timehorse, schmir, mrabarnett, yarkot, witten |
| 2011-02-25 20:42:33 | terry.reedy | set | messageid: <1298666553.38.0.421994736069.issue1662581@psf.upfronthosting.co.za> |
| 2011-02-25 20:42:32 | terry.reedy | link | issue1662581 messages |
| 2011-02-25 20:42:32 | terry.reedy | create | |