RE: [IronPython] Bug in re module

2005-07-21 Thread Keith J. Farmer
Looks like it's using the .NET RegEx library. Here's the reference, in case there are syntax differences in the RegEx language used: http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconRegularExpres sionsLanguageElements.asp Grouping Constructs: http://msdn.microsoft.com/library/en-us/cpge

[IronPython] Bug in re module

2005-07-21 Thread Mike Hostetler
When trying to local a "simple" regular expression, I get the following: $ IronPython-0.7.6/bin/IronPythonConsole.exe IronPython 0.7.6 on .NET 2.0.50215.44 Copyright (c) Microsoft Corporation. All rights reserved. >>> import re >>> sect = re.compile('\[(?P[^]]+)\]') System.ArgumentException: parsi