You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at your code you should be able to use some from six.moves import ... strategically after your 2to3 conversion to provide back-compatibility for py2.6 and 2.7.
Great! That package was new to me. I knew about from __future__ ... but would rather like to develop in Python 3.x directly which I suppose "six" enables.
Yes, that's the idea. It's good to have some unit tests that you can run and then use something like tox to run your tests under versions of py2 and py3.
No description provided.
The text was updated successfully, but these errors were encountered: