Message116765
Actually, looking at the second part of the docs for $ (on "foo.$") makes me think the main motivating case here may be a bug in re.match::
>>> re.match('foo$', 'foo\n\n')
>>> re.match('foo$', 'foo\n')
<_sre.SRE_Match object at 0x00A98678>
Shortening an input string shouldn't ever cause it to match, should it? |
|
Date |
User |
Action |
Args |
2010-09-18 11:57:28 | tlynn | set | recipients:
+ tlynn, loewis, georg.brandl, niemeyer, timehorse, mrabarnett, r.david.murray |
2010-09-18 11:57:28 | tlynn | set | messageid: <1284811048.19.0.0839128566658.issue1708652@psf.upfronthosting.co.za> |
2010-09-18 11:57:25 | tlynn | link | issue1708652 messages |
2010-09-18 11:57:25 | tlynn | create | |
|