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.