-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Ditch Python 2.7, use Python 3. #105
Comments
I'm going to link this from the main FAQ since I noticed a few people on Twitter mentioned this: http://www.oilshell.org/blog/2018/03/04.html#faq (The rest of the post is worth a read too. Also, I'm aware of upcoming utf-8, which I posted on reddit [1]) Long story short, Python is an implementation detail and something the user will never see. I might reuse some parts of the Python interpreter for "OVM", or it might also be closer to starting from scratch. This is basically the #1 task right now, since the shell part is close to feature-complete. [1] https://www.reddit.com/r/Python/comments/8gjl3x/python_37_utf8_mode/ |
OK I updated the main FAQ: |
FAQ updated again http://www.oilshell.org/blog/2018/03/04.html#faq |
The title says it all.
The text was updated successfully, but these errors were encountered: