Michael Foord <fuzzy...@voidspace.org.uk> wrote:

> Hey python-devers,
> 
> As I'm sure many of you are aware, Armin Ronacher posted a blog entry
> explaining the reasons he dislikes Python 3 in its current form.
> 
> Whilst I don't agree with all of his complaints, he makes a fair point
> about the re module Unicode support. It seems that the specific issue
> he has could be fixed by accepting the re module improvement /
> overhaul implemented by mrab:
> 
>       http://bugs.python.org/issue2636
> 
> As it comes with an active maintainer, and is a big step forward for
> Python regex support, I'd like to see it in Python 3.3. Reading
> through the issue it's not clear to me what needs to be done for it to
> be accepted (or rejected), beyond a general "it's a big change".

I've been using mrab's regex daily for about six months, and have found
it stable and useful.  It now includes two features which are both
unusual and useful (very Pythonic!), named lists and fuzzy matching.

Bill
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to