python-memcached icon indicating copy to clipboard operation
python-memcached copied to clipboard

Fix syntax warning over comparison of literals using is.

Open tirkarthi opened this issue 5 years ago • 1 comments

Fixes #176

tirkarthi avatar Oct 21 '20 14:10 tirkarthi

The same problem. Please merge this PR :)

victorelec14 avatar Nov 16 '21 15:11 victorelec14

is -> == done by another PR, removing spurious \ in docstring rather than converting to r string.

linsomniac avatar Apr 15 '23 16:04 linsomniac