Skip to content

Remove more Python 2 specific constructs #36

Description

@JulienCochuyt

Follow-up of 68417d4
As Python 2 support as been dropped, we can get rid of more of its specific constructs.
Eg. we still carry on unnecessary long forms of super calls all over the place. These could easily get rid of by a simple sed script as we do not have IIRC cases where we indeed need them.
We could actually attempt to pass the whole code base through 2to3.

I guess we should wait until work on PR #21 is over as the merge might not be trivial there.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions