[issue5358] Unicode control characters are not allowed as identifiers
Matthew Barnett
report at bugs.python.org
Fri Feb 27 17:55:01 CET 2009
Matthew Barnett <python at mrabarnett.plus.com> added the comment:
The definition of a word in the new re module (actually targetted at
Python 2.7) is currently a sequence of L&, N&, M& and Pc.
I suppose ideally we want the definitions of a word and an identifier to
be basically the same, except that an identifier can't start with N&.
----------
nosy: +mrabarnett
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5358>
_______________________________________
More information about the Python-bugs-list
mailing list