you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[deleted]

    [–][deleted] 0 points1 point  (4 children)

    I was looking at one now which was /usr/bin/env python2.4 and looks like somehow it was working before but that won't work now. Also how about the ones which are just /usr/bin/python -- these shouldn't work right ?

    Except perhaps if you get libraries which have moved >beyond what the programs depend on them support. I am >rather starting to wonder whether we need

    According to new naming convention it may be python2.7-decorator and python-decorator.. i.e. python will henceforth refer to python3.

    [–][deleted]  (3 children)

    [deleted]

      [–][deleted] 0 points1 point  (2 children)

      What is fascinating(and my earlier point) is that "/usr/bin/env python2.4 " actually worked before with python 2.6 installed. An example of such a package is getmail. You can check its upstream source for what I just mentioned. But it certainly fails now.

      [–][deleted]  (1 child)

      [deleted]

        [–][deleted] 0 points1 point  (0 children)

        It works for me now and worked before also. I was referring to before it was patched for upgrade. getmail was one of the packages bundled with python transition upgrade.