|
|
|
|
|
by coldpie
4915 days ago
|
|
You're talking about PEP 394[1]. It suggests that "python" point to either "python2" or "python3", depending on what ships with the distro by default or on the distro's stated goals. Arch tries to be as cutting edge as possible, even putting out new kernels within weeks after their release. It makes sense for Arch to begin pushing the boundaries here. There was a discussion on the arch-dev-public mailing list[2] recently that you might be interested in. In any case, I think it's clearly beneficial for every new Python application to make their version requirements explicit in the hashbang. [1]
http://www.python.org/dev/peps/pep-0394/ [2]
https://mailman.archlinux.org/pipermail/arch-dev-public/2012... |
|