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

[python 3] Use bytes literals where appropriate - #62

Open
mat8913 wants to merge 2 commits into
FoldingAtHome:masterfrom
mat8913:bytes-literals
Open

[python 3] Use bytes literals where appropriate#62
mat8913 wants to merge 2 commits into
FoldingAtHome:masterfrom
mat8913:bytes-literals

Conversation

@mat8913

@mat8913 mat8913 commented Mar 27, 2020

Copy link
Copy Markdown

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.

mat8913 added 2 commits March 31, 2020 20:46
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.

1 participant