PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

Use binary literals for compatibility to Python3

Open kashikoibumi opened this issue 1 year ago • 0 comments

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.

kashikoibumi avatar May 26 '24 03:05 kashikoibumi