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

Use of a Python2-only function #49

Open
abompard opened this issue Feb 20, 2018 · 1 comment
Open

Use of a Python2-only function #49

abompard opened this issue Feb 20, 2018 · 1 comment

Comments

@abompard
Copy link

Here on line 54:

mode = string.atoi(mode, base=8)

there's a call of the string.atoi() function which, according to the Python docs is deprecated since Python 2.0. It has been removed in Python 3 and causes a crash when I try to run this library on Python 3.

@abitrolly
Copy link

Fixed in d43f65e - you may close this. ;)

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

No branches or pull requests

2 participants