Message 73162 - Python tracker
Message73162
| Author | terry.reedy |
|---|---|
| Recipients | amaury.forgeotdarc, benjamin.peterson, gregory.p.smith, mrabarnett, pitrou, terry.reedy |
| Date | 2008-09-13.02:29:20 |
| SpamBayes Score | 0.0078006056 |
| Marked as misclassified | No |
| Message-id | <1221272961.79.0.119887468587.issue3825@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Atomic groups and possessive quantifiers appear to be relatively new: http://en.wikipedia.org/wiki/Regular_expressions for instance, has no mention of either that I found. http://www.regular-expressions.info/atomic.html http://www.regular-expressions.info/possessive.html seemed pretty clear to me. If they accurately describe what you are adding, they might be a starting point for the needed new manual sections. They should include a warning about carefully ordering alternatives lest one prune too much. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-13 02:29:21 | terry.reedy | set | recipients: + terry.reedy, gregory.p.smith, amaury.forgeotdarc, pitrou, benjamin.peterson, mrabarnett |
| 2008-09-13 02:29:21 | terry.reedy | set | messageid: <1221272961.79.0.119887468587.issue3825@psf.upfronthosting.co.za> |
| 2008-09-13 02:29:21 | terry.reedy | link | issue3825 messages |
| 2008-09-13 02:29:20 | terry.reedy | create | |