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 CuriousLearner
Recipients CuriousLearner, dabeaz, docs@python, terry.reedy, willingc
Date 2018-03-12.17:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520876954.78.0.467229070634.issue33014@psf.upfronthosting.co.za>
In-reply-to
Content
Carol, Yes, I've raised a PR.

Currently, I've updated the docs for `str.isidentifier` clarifying the usage of `keyword.iskeyword`

For updating the docstring of `keyword.iskeyword`, I saw that `Lib/Keyword.py` defines this on line 55: `iskeyword = frozenset(kwlist).__contains__`

The docstring of the file says that it is automatically generated from `graminit.c`. I observed that file and have no clue on how to proceed to have the doc string updated. Can someone provide me a pointer on this please?
History
Date User Action Args
2018-03-12 17:49:14CuriousLearnersetrecipients: + CuriousLearner, terry.reedy, dabeaz, docs@python, willingc
2018-03-12 17:49:14CuriousLearnersetmessageid: <1520876954.78.0.467229070634.issue33014@psf.upfronthosting.co.za>
2018-03-12 17:49:14CuriousLearnerlinkissue33014 messages
2018-03-12 17:49:14CuriousLearnercreate