Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Python 2 support from code base #156

Closed
7 tasks
jitseniesen opened this issue May 14, 2020 · 0 comments · Fixed by #179
Closed
7 tasks

Remove Python 2 support from code base #156

jitseniesen opened this issue May 14, 2020 · 0 comments · Fixed by #179
Assignees
Milestone

Comments

@jitseniesen
Copy link
Member

Here is a checklist copied from elsewhere:

  • Update super() use
  • Remove the py3compat module
  • Update any code (and remove if necessary) that uses if PY2 etc...
  • Check division operator
  • Remove future imports
  • Check tests
  • Check for Py2 of Py3 codes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant