python-sprints/asv2

Remove six and code to make things compatible with Python 2

Opened this issue · 0 comments

We don't want to support Python 2 anymore, and code to be compatible with it makes code more complicated and less readable.

I think there are tools that detect and warn about old Python code. We can use them to see what needs to be updated.