Message 173114 - Python tracker (original) (raw)
Message173114
Author | gvanrossum |
---|---|
Recipients | gvanrossum, mrabarnett, pitrou, serhiy.storchaka, tim.peters |
Date | 2012-10-16.23:49:27 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | CAP7+vJKyqFmv5F18LJMTviZmwLvuWXO3z4deTnm82uDHKDnx0Q@mail.gmail.com |
In-reply-to | 1350431139.44.0.929828636753.issue16203@psf.upfronthosting.co.za |
Content |
---|
re.matchall() would appear to be related to re.findall(), which it isn't. The re2 package has a FullMatch method: http://code.google.com/p/re2/wiki/CplusplusAPI |
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-10-16 23:49:27 | gvanrossum | set | recipients: + gvanrossum, tim.peters, pitrou, mrabarnett, serhiy.storchaka |
2012-10-16 23:49:27 | gvanrossum | link | issue16203 messages |
2012-10-16 23:49:27 | gvanrossum | create |