Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

No Python documentation found for 'match' #132783

Copy link
Copy link
@dzherb

Description

@dzherb
Issue body actions

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

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dirDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
    No fields configured for issues without a type.

    Projects

    Status
    Todo
    Show more project fields

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.