[issue17331] namedtuple raises a SyntaxError instead of ValueError on invalid identifier

Roundup Robot report at bugs.python.org
Sat Mar 2 08:51:55 CET 2013


Roundup Robot added the comment:

New changeset 80bcc98bf939 by Raymond Hettinger in branch '3.3':
Issue #17331:  Use isidentifier() instead of isalnum() to check for valid identifiers.
http://hg.python.org/cpython/rev/80bcc98bf939

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list