[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2013-08-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Fixed in issue2537. See also issue18647. -- nosy: +serhiy.storchaka resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> re.compile(r'((x|y+)*)*') should fail ___ Python tra

[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2010-09-16 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as a duplicate of #2537? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pytho

[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2008-10-11 Thread Jeffrey C. Jacobs
Jeffrey C. Jacobs <[EMAIL PROTECTED]> added the comment: On first blush, this issue sounds quite similar to issue 2537, but I have been looking at different scenarios and found that there is a subtle difference because, grammatically: (?m)(?:.*$)(.*$) is the same as: (?m)(.*$){2} Yet the fo

[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2008-09-28 Thread Jeffrey C. Jacobs
Changes by Jeffrey C. Jacobs <[EMAIL PROTECTED]>: -- nosy: +timehorse versions: +Python 2.7 -Python 2.5 ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue1633953] re.compile("(.*$){1,4}", re.MULTILINE) fails

2008-02-23 Thread Ralf Schmitt
Changes by Ralf Schmitt: -- nosy: +schmir _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list Unsubscribe: http://mai