Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some python3 updates #8

Closed

Conversation

cmstrickland
Copy link
Contributor

base64 serializers/deserializers

there's some binary strings for internal state that are stored as b64 sequences. this involves strings of bytes ascii encoded.

Python 3 is more strictly accurate about what things are strings of bytes and what things are strings.

misc syntax

also patch an iteritems with six.

there's some binary strings like internal state that are stored as b64
sequences. this involves strings of bytes, and python3 needs to be a
little bit more explicit about this
@damz damz closed this Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants