Skip to content

Mode "rU" is deprecated #11

@leonhardpetzel

Description

@leonhardpetzel

In the project, files are opened with
open(fname, 'rU'), which is deprecated and not supported any longer by newest python versions. On my machine it can be replaced with open(fname, 'r'). Maybe some newline setting is required to work everywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions