python-memcached
python-memcached copied to clipboard
python3 - get_slabs throws TypeError
With python3.6 and django 1.11 get_slabs throws TypeError: a bytes-like object is required, not 'str' Related code line:
item = line.split(' ', 2)