python-memcached
python-memcached copied to clipboard
Fix syntax warning over comparison of literals using is.
Fixes #176
The same problem. Please merge this PR :)
is -> == done by another PR, removing spurious \ in docstring rather than converting to r string.