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

don't allow to install/run sen with python 2 #36

Closed
1 task done
TomasTomecek opened this issue Nov 12, 2015 · 2 comments
Closed
1 task done

don't allow to install/run sen with python 2 #36

TomasTomecek opened this issue Nov 12, 2015 · 2 comments

Comments

@TomasTomecek
Copy link
Owner

@TomasTomecek TomasTomecek added this to the 0.2 milestone Nov 12, 2015
@krak3n
Copy link

krak3n commented Nov 12, 2015

What do you think about supporting Python 2 using something like six?

@TomasTomecek
Copy link
Owner Author

To be honest, I started sen to be a python 3 only project. The reason for that is:

  • python 2 is deprecated
  • python 3 is available in almost all distribution (exception is probably enterprise distros)
  • if python 3 is not available, you can run sen easily in a container
  • I don't want to maintain polluted python2-compat code
  • I would like to take advantage of python 3 features

Conclusion: I'm not interested in using six.

Where do you run sen that python 3 is an issue for you?

TomasTomecek added a commit that referenced this issue Nov 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants