graphitesend
graphitesend copied to clipboard
Allow python3 encode/decodes
This was stopping me from using this on a py3 only system. A simple check to see if the message is a python 3 byte object and then handle it appropriately
Coverage increased (+0.09%) to 93.426% when pulling bbc03312e1f793013eadd9da9996bbd1dcfead8a on daubers:py3encodes into 262852575f6bc47cb039c1ddebd47a1c62fa4775 on daniellawrence:master.
@daubers What was the error you had with the current implementation ? We have a test suite for Python 3 so I'm a bit surprised that it doesn't work for you, even on py3 only systems