[issue12729] Python lib re cannot handle Unicode properly due to narrow/wide bug

R. David Murray report at bugs.python.org
Sat Aug 13 17:57:59 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Tom, note that nobody is arguing that what you are requesting is a bad thing :)

As far as I know, Matthew is the only one currently working on the regex support in Python.  (Other developers will commit small fixes if someone proposes a patch, but no one that I've seen other than Matthew is working on the deeper issues.)  If you want to help out that would be great.

And as far as this particular issue goes, yes the difference between the narrow and wide build has been a known issue for a long time, but has become less and less ignorable as unicode adoption has grown. Martin's PEP that Matthew references is the only proposed fix that I know of.  There is a GSoc project working on it, but I have no idea what the status is.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12729>
_______________________________________


More information about the Python-bugs-list mailing list