PyBitmessage
PyBitmessage copied to clipboard
Use binary literals for compatibility to Python3
Use binary literals for compatibility to Python3. In Python3, str and bytes cannot be concatenated, so str literals in code must be fixed to be binary literals. In Python2, this fix is not affected.