This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lys.nikolaou
Recipients eric.araujo, lys.nikolaou, vinay.sajip
Date 2020-02-15.02:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581733448.32.0.827998781115.issue39633@roundup.psfhosted.org>
In-reply-to
Content
The thing is that some projects I've worked on, like pegen, include a Makefile which uses `pythonX.Y` to choose the version and I have to change it to `python` quite frequently. 

I can't really figure out any way this could harm anyone, other than what you said (running `pythonX.Y` with the wrong values for X and Y), but even in that case you get something like `command not fonund` and that's an easy enough typo to find.
History
Date User Action Args
2020-02-15 02:24:08lys.nikolaousetrecipients: + lys.nikolaou, vinay.sajip, eric.araujo
2020-02-15 02:24:08lys.nikolaousetmessageid: <1581733448.32.0.827998781115.issue39633@roundup.psfhosted.org>
2020-02-15 02:24:08lys.nikolaoulinkissue39633 messages
2020-02-15 02:24:08lys.nikolaoucreate