Skip to content

Use of a Python2-only function #49

Description

@abompard

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions