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
I would like to request that you consider adding the following packages to WinPython:
future (not futures)
py2exe (there are Py2 and Py3 versions)
pytest
pytest-cov
flake8
Thanks,
JM
The text was updated successfully, but these errors were encountered:
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
Hello,
I would like to request that you consider adding the following packages to WinPython:
future (not futures)
py2exe (there are Py2 and Py3 versions)
pytest
pytest-cov
flake8
Thanks,
JM
The text was updated successfully, but these errors were encountered: