Message176498
Patch attached. I've taken a slightly different approach than what has been discussed here: rather than define a new fullmatch() function and method, I've defined a new re.FULLMATCH flag for match(). So an example would be
re.match('abc','abc',re.FULLMATCH)
The implementation is basically what has been discussed here, except done when the regular expression is compiled rather than at the user level. |
|
Date |
User |
Action |
Args |
2012-11-27 22:19:11 | ezberch | set | recipients:
+ ezberch, gvanrossum, tim.peters, pitrou, ezio.melotti, mrabarnett, serhiy.storchaka |
2012-11-27 22:19:10 | ezberch | set | messageid: <1354054750.68.0.685502015661.issue16203@psf.upfronthosting.co.za> |
2012-11-27 22:19:10 | ezberch | link | issue16203 messages |
2012-11-27 22:19:09 | ezberch | create | |
|