Use binary literals for compatibility to Python3 #2241

Open
kashikoibumi wants to merge 1 commits from kashikoibumi/literal into v0.6
kashikoibumi commented 2024-05-26 05:13:21 +02:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on pull requests.
No description provided.