Message99494
issue2636-20100218.zip is a new version of the regex module.
I've added '.' to the permitted characters when parsing the name of a property. The name itself is no longer reported in the error message.
I've also corrected the positions of the 'pos' and 'endpos' arguments:
regex.findall(pattern, string, flags=0, pos=None, endpos=None, overlapped=False) |
|
Date |
User |
Action |
Args |
2010-02-18 03:03:22 | mrabarnett | set | recipients:
+ mrabarnett, loewis, akuchling, georg.brandl, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, jaylogan, akitada, moreati, r.david.murray |
2010-02-18 03:03:21 | mrabarnett | set | messageid: <1266462201.47.0.34431371295.issue2636@psf.upfronthosting.co.za> |
2010-02-18 03:03:19 | mrabarnett | link | issue2636 messages |
2010-02-18 03:03:18 | mrabarnett | create | |
|