Ezio Melotti added the comment:

IMHO str.isidentifier() should not return False for Python keywords, since it's 
often used in contexts where Python keywords would otherwise be valid.  A 
keyword arg to exclude keywords could be added though, assuming there are 
enough use cases.

----------
nosy: +ezio.melotti
type: behavior -> enhancement
versions:  -Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17447>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to