Message120535
It's a bug caused by trying to avoid getting stuck when a zero-width match is found. Basically the fix is to advance one character after a zero-width match, but that doesn't always give the correct result.
There are a number of related issues like issue #1647489 ("zero-length match confuses re.finditer()"). |
|
Date |
User |
Action |
Args |
2010-11-05 21:10:00 | mrabarnett | set | recipients:
+ mrabarnett, Alexander.Schmolck |
2010-11-05 21:10:00 | mrabarnett | set | messageid: <1288991400.41.0.385249765988.issue10328@psf.upfronthosting.co.za> |
2010-11-05 21:09:58 | mrabarnett | link | issue10328 messages |
2010-11-05 21:09:58 | mrabarnett | create | |
|