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

extra newlines in BytesDAWG #21

Open
kmike opened this issue Sep 30, 2014 · 0 comments
Open

extra newlines in BytesDAWG #21

kmike opened this issue Sep 30, 2014 · 0 comments
Labels

Comments

@kmike
Copy link
Member

kmike commented Sep 30, 2014

BytesDAWG uses binascii.b2a_base64 to encode binary data. This function adds unnecessary '\n' to the result:

In [16]: from binascii import b2a_base64

In [17]: b2a_base64('value1')
Out[17]: 'dmFsdWUx\n'
@kmike kmike added the bug label Sep 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant