Closed miki725 closed 9 years ago
Oh, good catch!
Yeah, could you file a separate PR for the flake8 changes? Also, versioneer.py is copied from upstream (https://github.com/warner/python-versioneer), so the new PR should probably omit changes to that file, and we should add a Versioneer issue to get it fully flake8-clean (I thought it was already, but maybe I'm testing with an old version of flake8).
thanks!
ok. removed flake8 commit. Ill submit another PR with those changes and will omit them from versioneer.py
. thanks
Sorry that took me a while to land: I just now noticed that this PR only had the pypy3 changes and not the versioneer.py ones too. I updated the tests to be pypy3-compatible too. Thanks!
@warner no problem. thanks for merging!
There was an issue in
from_ascii
which when trying to decode base64 onunicode
data caused:https://github.com/warner/python-ed25519/commit/b7f418d6d5346cf9e87e3f9182e4b53252b834a3 addresses that.
also this PR includes flake8 fixes in https://github.com/warner/python-ed25519/commit/3c6d4f8656263c226e2058a6d58c6ad491d4f963 (using auto-formatter). If you prefer to merge without flake8, let me know and can submit separate PR fixing flake8.