Re: [Python-Dev] Update PEP 394: Distributions can choose what does python command mean

2019-04-12 Thread Barry Warsaw
Thanks for the update. I have made one small suggestion on the PR for clarification, but otherwise the changes LGTM. -Barry > On Apr 12, 2019, at 07:53, Miro Hrončok wrote: > > Hello. > > Based on discussions in [1], Petr Viktorin and me have drafted a new update > [2] to the PEP 394 (The "

Re: [Python-Dev] Update PEP 394: Distributions can choose what does python command mean

2019-04-12 Thread Guido van Rossum
I think this is reasonable. Thanks for making the rationale clear! On Fri, Apr 12, 2019 at 8:02 AM Petr Viktorin wrote: > On 4/12/19 4:53 PM, Miro Hrončok wrote: > > Hello. > > > > Based on discussions in [1], Petr Viktorin and me have drafted a new > > update [2] to the PEP 394 (The "python" Co

Re: [Python-Dev] Update PEP 394: Distributions can choose what does python command mean

2019-04-12 Thread Petr Viktorin
On 4/12/19 4:53 PM, Miro Hrončok wrote: Hello. Based on discussions in [1], Petr Viktorin and me have drafted a new update [2] to the PEP 394 (The "python" Command on Unix-Like Systems). The update gives distributors the opportunity to decide where does the "python" command lead to, whether

[Python-Dev] Update PEP 394: Distributions can choose what does python command mean

2019-04-12 Thread Miro Hrončok
Hello. Based on discussions in [1], Petr Viktorin and me have drafted a new update [2] to the PEP 394 (The "python" Command on Unix-Like Systems). The update gives distributors the opportunity to decide where does the "python" command lead to, whether it is present etc. Please, see the PR [