Changes between Initial Version and Version 1 of Ticket #34326, comment 21


Ignore:
Timestamp:
Jan 25, 2015, 3:57:50 PM (9 years ago)
Author:
anatol (Anatol Pomozov)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34326, comment 21

    initial v1  
    33All Linux distros provide python2 and python3 links. This makes "PEP 394" really easy to follow. The only problem arises when a project should be supported on MacOSX that does not have these python{2,3} links.
    44
    5 It is complicated by the fact that some distros already use python3 as default (Arch), fedora 22 plans to do the same. It means there will me more and more pressure from users to use python{2,3} in script. Thus either python3 users will be hurt or (most likely) MacOSX users will be needed to update their scripts manually.
     5It is complicated by the fact that some distros already use python3 as default (Arch), fedora 22 plans to do the same. This means there will me more and more pressure from users to use python{2,3} in script. Thus either python3 users will be hurt or (most likely) MacOSX users will be needed to update their scripts manually.
    66
    7 As adding python{2,3} link is very easy and no downsize I wonder why it is still not done.
     7As adding python{2,3} link is easy to add and no downsize I wonder why it is still not done.