-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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.Metadata
Metadata
Assignees
Labels
No labels