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

python3 - get_slabs throws TypeError

Open jegorami opened this issue 6 years ago • 0 comments

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)

jegorami avatar Mar 15 '19 13:03 jegorami