[Python-Dev] what is happening with the regex module going into Python 3.3?

MRAB python at mrabarnett.plus.com
Tue Jun 5 18:46:32 CEST 2012


On 05/06/2012 03:40, Terry Reedy wrote:
> On 6/4/2012 9:22 PM, MRAB wrote:
>
>>  I'm not planning any further changes to regex. I think it already has
>>  enough features...
>
> Do you have any idea where regex + Python stands in regard to Unicode
> TR18 support levels? http://unicode.org/reports/tr18/
> While most of the Tailored Support Level 3 strikes me as out of scope
> for the stdlib, I can imagine getting requests for any other stuff not
> already included.
>
It supports Basic Unicode Support (Level 1), plus default word
boundaries and \X (grapheme cluster).


More information about the Python-Dev mailing list