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 steve.dower
Recipients Steve Barnes, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-15.17:08:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494868112.52.0.136936328328.issue30362@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-15 17:08:32steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Steve Barnes
2017-05-15 17:08:32steve.dowersetmessageid: <1494868112.52.0.136936328328.issue30362@psf.upfronthosting.co.za>
2017-05-15 17:08:32steve.dowerlinkissue30362 messages
2017-05-15 17:08:32steve.dowercreate