"Wiseman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] | I'm kind of disappointed with the re regular expressions module.
I believe the current Python re module was written to replace the Python wrapping of pcre in order to support unicode. | In particular, the lack of support for recursion ( (?R) or (?n) ) is a | major drawback to me. I don't remember those being in the pcre Python once had. Perhaps they are new. |Are there any plans to support these features in re? I have not seen any. You would have to ask the author. But I suspect that this would be a non-trivial project outside his needs. tjr -- http://mail.python.org/mailman/listinfo/python-list