This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:33terry.reedysetrecipients: + terry.reedy, aaronsw, gregory.p.smith, josiahcarlson, mark.dickinson, rsc, timehorse, schmir, mrabarnett, yarkot, witten
2011-02-25 20:42:33terry.reedysetmessageid: <1298666553.38.0.421994736069.issue1662581@psf.upfronthosting.co.za>
2011-02-25 20:42:32terry.reedylinkissue1662581 messages
2011-02-25 20:42:32terry.reedycreate