|
|
|
|
|
by jvreeland
3422 days ago
|
|
It says right in the pep "...however, end users should be aware that python refers to python3 on at least Arch Linux (that change is what prompted the creation of this PEP), so python should be used in the shebang line only for scripts that are source compatible with both Python 2 and 3..." There was no guidance before the Arch devs made their choice. There's no reason to change back. Especially since the goal is that python3 will be default eventually. "...in preparation for an eventual change in the default version of Python, Python 2 only scripts should either be updated to be source compatible with Python 3 or else to use python2 in the shebang line." |
|