-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Python 3 suppport #1
Comments
agreed, i'll make the changes and update (old habits die hard). |
Relevant change from https://github.com/mguentner graham/base32hex@57b12c5 |
Hi Carsten, I'm out of town until Sunday but I'll get this resolved as soon
as I'm back
…On Thu, Aug 3, 2017 at 11:06 Carsten Klein ***@***.***> wrote:
@graham <https://github.com/graham> I created a PR for this, see #2
<#2> for more information
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAFArowk0mnt2gPrRscfe_v5jNam80hks5sUgw7gaJpZM4Lm1VB>
.
|
It's a nice lib,small and pretty, |
Thanks to a077857 @silkentrance -> python 3 is now supported. |
@xulei890817 python 2 and 3 are now supported |
@graham Could this be released as a new version on PyPI as well? latest=1.0.4, which does not have this update Thanks for the library! |
@askogvold what is the problem with the fixes made by the PR? any issues with that? |
@silkentrance no, nothing wrong with the fixes, it's great that it works on both now. - Just suggesting a release on PyPI. |
@askogvold see #3 which targets your inquiry, sort of 😁 |
😃 |
Isn't it, like, 2017 already? A few workarounds will be needed needed to support both py2 nd py3 but, actually, pure py3 code would've been simpler because bytes essentially is a byte array, no
map(ord, ...)
needed.The text was updated successfully, but these errors were encountered: