Be more explicit on how we handle osx clipboard....
Be more explicit on how we handle osx clipboard.
The return values can only be bytes as we do bytes manipulations before.
So if we need to return text; we always need to decode.
We can now also leave the default encoding out; as py3compat.decode
takecare of that for us