Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Add support for bytes strings #91

Merged
merged 2 commits into from
May 11, 2018
Merged

Add support for bytes strings #91

merged 2 commits into from
May 11, 2018

Conversation

patrick91
Copy link
Member

No description provided.

Copy link
Collaborator

@FuegoFro FuegoFro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woo! Nice :D

@@ -99,6 +99,9 @@ def visit_str(self, val):
def visit_field_NameConstant_value(self, val):
return str(val)

def visit_Bytes(self, val):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be possible to upstream this? In any case we should make sure to explicitly call out what we've changed in copied libraries so they don't get accidentally removed when pulling in new versions.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right! I'll do this soon :)

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

2 participants