Conversation
Notices
-
!archlinux: !python is now Python 3: bit.ly/crotMh What do you guys think?
-
@drelyn86 does it work with *all* programs? I personally think it’s dangerous for people using custom scripts: Breaks the env.
-
@drelyn86 /usr/bin/python2 didn't exist (python2 installed) until explicitly forcing a python2 upgrade, but other than that no errors yet.
-
@arnebab yeah, it breaks a lot. But it seems that all you would need to do is make sure you run your old scripts and programs with python2
-
@agg my guess is the frameworks will take the longest to migrate. Google App Engine is still on 2.5
-
@agg yeah, I'm using web2py in a few different projects, which won't be making the switch any time soon
-
@drelyn86 Which would be a reason for me as user not to use it. I have some old scripts I use from time to time which would suddenly break.
-
@drelyn86 who wants to use python3 can just call it with python3 <prog>
-
@drelyn86 And programs in tree can easily be changed to #!/usr/bin/env python3, so you have the same effect without breaking systems.
-