Use binary literals for compatibility to Python3 #2241
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "kashikoibumi/literal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.