Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Addressing warning message when using Python 3.10 #36

Description

@rickybalin

When I use Python 3.10, the following line of code

if platform.system() is "Windows":

produces the following warning message

SyntaxWarning: "is" with a literal. Did you mean "=="?
  if platform.system() is "Windows":

Could this please be addressed?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions