Closed pmp-p closed 4 years ago
SyntaxWarning: "is" with a literal. Did you mean "=="?
The is operator tests for object identity, not equality. Python makes no promises about object identity of literals . -- Steven D'Aprano
is
This PR addresses #187 just as PR #188 does
Thanks for the PR! I've merged https://github.com/jmespath/jmespath.py/pull/188 which adds support for py38 support.
SyntaxWarning: "is" with a literal. Did you mean "=="?