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 ncoghlan
Recipients barry, jwilk, ncoghlan, steven.daprano, vstinner
Date 2017-03-22.07:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490167374.97.0.761634778326.issue29857@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I've changed the proposed attribute name to be `sys.executable_argv`, with the rationale being that it's "argv as originally seen by sys.executable, rather than by Python's __main__ module"

As part of documenting this, both it and the `argv` documentation can make it clear that they may be entirely absent if the host application doesn't set them.
History
Date User Action Args
2017-03-22 07:22:55ncoghlansetrecipients: + ncoghlan, barry, vstinner, jwilk, steven.daprano
2017-03-22 07:22:54ncoghlansetmessageid: <1490167374.97.0.761634778326.issue29857@psf.upfronthosting.co.za>
2017-03-22 07:22:54ncoghlanlinkissue29857 messages
2017-03-22 07:22:54ncoghlancreate