[issue30362] Launcher add list and list with paths options

Steve Barnes report at bugs.python.org
Tue May 16 01:38:12 EDT 2017


Steve Barnes added the comment:

@steve.dower I did check and none of the currently supported pythons us -l or -L and have implemented it with -list and -long-list but I do appreciate your point that someone might come up with a use for all of these flags in a future version of python.

How about dropping the short flags, (-l & -L), and making the long flags more launcher specific, i.e. --launcher-list and --launcher-list-paths spring to mind.

I really do think that this change would be really useful, e.g. in the short form to generate a list of installed targets that might all need a specific library updated or to create one venv for each installed target, the long version has already helped me out spotting where a python that I was not expecting had been added to the registry.

I'll also take a look over on pep514tools to see if there is anything I can do to help there.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30362>
_______________________________________


More information about the Python-bugs-list mailing list