[issue14462] In re's named group the name cannot contain unicode characters

Serhiy Storchaka report at bugs.python.org
Thu Jan 24 16:27:10 CET 2013


Serhiy Storchaka added the comment:

Here is a patch which make re to use for groups the same rule as for Python 3 identifiers. In Python 2 the implementation confirms the documentation.

----------
keywords: +patch
nosy: +serhiy.storchaka
stage: needs patch -> patch review
versions: +Python 3.4 -Python 2.7
Added file: http://bugs.python.org/file28811/re_unicode_identifiers.patch

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


More information about the Python-bugs-list mailing list