Skip to content

String comparison uses identity testing - it should use equality testing #4

@jonapich

Description

@jonapich

deepdiff.py ln:291

"elif t1 is not t2" should be rewritten into "elif t1 != t2"

http://stackoverflow.com/questions/1504717/why-does-comparing-strings-in-python-using-either-or-is-sometimes-produce

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