Open joaoseckler opened 3 months ago
The method's documentation states that in python 3 it return bytes, but was previously returning strings in some situations.
If #293 were to be merged, this commit would need changes (i.e. replacing six.b("...") with b"..."
six.b("...")
b"..."
The method's documentation states that in python 3 it return bytes, but was previously returning strings in some situations.