py3: build repr() of smartset as bytes then convert to str
This isn't pretty, but we have no way to teach Python 3 that our __repr__() would like to return a byte string.
Please register or sign in to comment
This isn't pretty, but we have no way to teach Python 3 that our __repr__() would like to return a byte string.