Re: [IronPython] re.findall bug

2006-09-22 Thread Dino Viehland
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Friday, September 22, 2006 5:08 AM To: Discussion of IronPython Subject: [IronPython] re.findall bug This only happens if you compile the pattern. To Mono users who don't get the same re

[IronPython] re.findall bug

2006-09-22 Thread Sanghyeon Seo
This only happens if you compile the pattern. To Mono users who don't get the same result as below: it's normal. Mono bug #79472. http://bugzilla.ximian.com/show_bug.cgi?id=79472 IronPython 1.0.60816 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. >>> import re >>>