[issue30362] Launcher add list and list with paths options

Steve Dower report at bugs.python.org
Mon May 15 13:08:32 EDT 2017


Steve Dower added the comment:

The problem with taking more command line options is that we prevent real Python from ever using those options (or we end up with obscure rules like the "-3" one).

Perhaps you'd be interested in using/contributing to my pep514tools project: https://github.com/zooba/pep514tools ? Because it doesn't have to imitate python.exe, it can have its own command line options, and I'd be totally happy for the __main__.py to be filled out.

----------

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


More information about the Python-bugs-list mailing list