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 Arfrever
Recipients Arfrever, benjamin.peterson, pitrou, serhiy.storchaka, terry.reedy, vstinner
Date 2014-12-13.02:22:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418437337.65.0.279079735862.issue23035@psf.upfronthosting.co.za>
In-reply-to
Content
Arguments after argument of -c option are included in sys.argv:

$ python -c "import sys; print(sys.argv)" a b
['-c', 'a', 'b']
History
Date User Action Args
2014-12-13 02:22:17Arfreversetrecipients: + Arfrever, terry.reedy, pitrou, vstinner, benjamin.peterson, serhiy.storchaka
2014-12-13 02:22:17Arfreversetmessageid: <1418437337.65.0.279079735862.issue23035@psf.upfronthosting.co.za>
2014-12-13 02:22:17Arfreverlinkissue23035 messages
2014-12-13 02:22:17Arfrevercreate