python-memcached
python-memcached copied to clipboard
Python 3.8 syntax warning fix: use == as suggested by Python 3.8
<snap>/python_memcached-1.59-py3.8.egg/memcache.py:1303:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if key is '':
<snap>/python_memcached-1.59-py3.8.egg/memcache.py:1304:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if key_extra_len is 0: