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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30362>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to