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 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:27gvanrossumsetrecipients: + gvanrossum, tim.peters, pitrou, mrabarnett, serhiy.storchaka
2012-10-16 23:49:27gvanrossumlinkissue16203 messages
2012-10-16 23:49:27gvanrossumcreate