This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients flox, r.david.murray, rhettinger, serhiy.storchaka
Date 2013-03-17.20:40:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363552838.78.0.0110946534237.issue17447@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. I were going to use this method for re's named group (see issue14462). There is a possibility that some third-party code uses it for checking on general Unicode-aware identifiers. The language specifification says that keywords is a subset of identifiers. However in most places in stdlib (collections.namedtuple, unittest.mock, inspect.Parameter) is_usable_identifier() should be used instead of isidentifier().
History
Date User Action Args
2013-03-17 20:40:38serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, r.david.murray, flox
2013-03-17 20:40:38serhiy.storchakasetmessageid: <1363552838.78.0.0110946534237.issue17447@psf.upfronthosting.co.za>
2013-03-17 20:40:38serhiy.storchakalinkissue17447 messages
2013-03-17 20:40:38serhiy.storchakacreate