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 vstinner
Recipients docs@python, georg.brandl, jgehrcke, pitrou, vstinner
Date 2015-02-09.23:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbWzD-zzxWnoX8Pg6dGjYyo2qqJFNLLjWOZc9qYiUuycg@mail.gmail.com>
In-reply-to <1423516168.08.0.69949754755.issue23427@psf.upfronthosting.co.za>
Content
sys.argv must not be changed. It would break too many Python applications.

*If* we decide to expose the command line parameter in Python, we can
add a new variable like sys.command for example. "command" name in
used in the C code of Python, and also comes from "c" of "-c".
History
Date User Action Args
2015-02-09 23:09:07vstinnersetrecipients: + vstinner, georg.brandl, pitrou, jgehrcke, docs@python
2015-02-09 23:09:07vstinnerlinkissue23427 messages
2015-02-09 23:09:07vstinnercreate