Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

PY2 -> PY3 Migration #308

@lzpap

Description

@lzpap

With #301 Python 2 (and Python 3.5) is no longer supported in PyOTA.
This has the following consequences:

  • A lot of "glue" code is left in the codebase that was there to make it work in both py2 and py3. Now it is time we can get rid of it.
  • Python 3 has type annotations which greatly increases the readability of the code. We should add these in our codebase for better maintainability.

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