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 r.david.murray
Recipients CuriousLearner, cheryl.sabella, dabeaz, docs@python, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, willingc
Date 2018-03-18.03:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521343942.35.0.467229070634.issue33014@psf.upfronthosting.co.za>
In-reply-to
Content
For the original report that this issue was opened for:

   Use keyword.iskeyword() to test for reserved identifiers such as "def" and "class".

The obvious replacement is:

   Use the iskeyword() function from the keyword module to test for reserved identifiers such as "def" and "class".
History
Date User Action Args
2018-03-18 03:32:22r.david.murraysetrecipients: + r.david.murray, rhettinger, terry.reedy, dabeaz, docs@python, serhiy.storchaka, willingc, CuriousLearner, cheryl.sabella
2018-03-18 03:32:22r.david.murraysetmessageid: <1521343942.35.0.467229070634.issue33014@psf.upfronthosting.co.za>
2018-03-18 03:32:22r.david.murraylinkissue33014 messages
2018-03-18 03:32:21r.david.murraycreate