Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

[python 3] Use bytes literals where appropriate #62

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mat8913
Copy link

@mat8913 mat8913 commented Mar 27, 2020

In python 3, these strings are expected to actually be bytes.

In the file "fah/Icon.py", the diff looks huge, but all I did was prepend each string with a b.

In python 3, these strings are expected to actually be `bytes`.
In python 3, `unicode` is the default string type.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant