Closed arrdem closed 4 years ago
As of Python 3.8, "is" with a literal is a syntax warning and may become an error in the future. Kazoo ran afoul of this in a few places.
Fixes
/kazoo-2.7.0-py3.8.egg/kazoo/protocol/serialization.py:114: SyntaxWarning: "is" with a literal. Did you mean "=="?
Hello,
Thank you. Can you please amend your commit and follow the CONTRIBUTING.MD guidelines?
Notes: relates to https://github.com/python-zk/kazoo/issues/607
Message amended and updated against master.
As of Python 3.8, "is" with a literal is a syntax warning and may become an error in the future. Kazoo ran afoul of this in a few places.
Fixes