mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-18 01:20:47 +00:00
8a9e9aa7b3
To facilitate py2/py3 consistency, for these messages just always use the native string. With this, python 2 strings will be unpacked as strings by python 3. This means bytes cannot be passed, but we will suffer that limitation for now.