Skip to content

Mistake in Event.isSet() docstring #96296

Closed
@dgiger42

Description

@dgiger42

Documentation

The deprecated isSet() method in threading.Event says to use notify_all() instead, but the warning says to use is_set(). is_set() makes more sense, so the docstring should probably be updated to say is_set() like the warning does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions