[New-bugs-announce] [issue17447] str.identifier shouldn't accept Python keywords

Raymond Hettinger report at bugs.python.org
Sun Mar 17 19:22:54 CET 2013


New submission from Raymond Hettinger:

>>> 'def'.isidentifier()
True

----------
components: Interpreter Core
messages: 184389
nosy: rhettinger
priority: normal
severity: normal
status: open
title: str.identifier shouldn't accept Python keywords
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list