Open kashikoibumi opened 6 months ago
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.