-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as duplicate of#105895
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Documentation
I noticed that the help() function does not return any documentation for the match
statement:
help('match') # No Python documentation found for 'match'
This appears to be because the match
keyword is missing from the keywords
attribute of the pydoc.Helper
class, which is used to look up help topics.
To fix this, "match" (and possibly "case", for completeness) should be added to the keywords
dictionary.
Linked PRs
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo