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

PY2 -> PY3 Migration #308

Closed
lzpap opened this issue Feb 20, 2020 · 0 comments
Closed

PY2 -> PY3 Migration #308

lzpap opened this issue Feb 20, 2020 · 0 comments
Projects

Comments

@lzpap
Copy link
Member

lzpap commented Feb 20, 2020

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.
@lzpap lzpap added this to Backlog in PyOTA via automation Feb 20, 2020
@lzpap lzpap moved this from Backlog to In Progress in PyOTA Mar 10, 2020
@lzpap lzpap closed this as completed Mar 20, 2020
PyOTA automation moved this from In Progress to Done Mar 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
PyOTA
  
Done 3.0.0-beta1
Development

No branches or pull requests

1 participant