X Tutup
The Wayback Machine - https://web.archive.org/web/20260130110635/https://github.com/python/cpython/pull/91793
Skip to content

Conversation

@tusharsadhwani
Copy link
Contributor

@tusharsadhwani tusharsadhwani commented Apr 21, 2022

FUNCTIONS
    iskeyword(word, /)
        Return True if the string is a Python keyword, False otherwise.
    
    issoftkeyword(word, /)
        Return True if the string is a Python soft keyword, False otherwise.

Resolves #91791

@tusharsadhwani tusharsadhwani changed the title Add docstrings to keyword module functions gh-91791: Add docstrings to keyword module functions Apr 21, 2022
@tusharsadhwani
Copy link
Contributor Author

is a news entry needed?

@AlexWaygood AlexWaygood added the type-feature A feature request or enhancement label Apr 21, 2022
@rhettinger rhettinger closed this Apr 30, 2022
@tusharsadhwani tusharsadhwani deleted the keyword-docs branch April 23, 2023 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

keyword module methods don't have docstrings

4 participants

X Tutup