[Python-ideas] Proposal to change Python version release cycle
Random832
random832 at fastmail.com
Sun Nov 5 21:16:15 EST 2017
More information about the Python-ideas mailing list
Sun Nov 5 21:16:15 EST 2017
- Previous message (by thread): [Python-ideas] Proposal to change Python version release cycle
- Next message (by thread): [Python-ideas] Proposal to change Python version release cycle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Nov 4, 2017, at 10:29, Wolfgang wrote: > For example the user specified python3 but I know it will be compatible > with python4 so the launcher can do something like > python3 is not found then I use python4 if available. > > ex.: > > #!/usr/bin/env py -3 If you actually try that, you'll find out the dirty little secret of the #! functionality - on many systems, it only supports one argument.
- Previous message (by thread): [Python-ideas] Proposal to change Python version release cycle
- Next message (by thread): [Python-ideas] Proposal to change Python version release cycle
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list