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 terry.reedy
Recipients docs@python, ethan.furman, r.david.murray, terry.reedy, vy0123
Date 2014-10-31.23:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414799269.66.0.880149902051.issue22738@psf.upfronthosting.co.za>
In-reply-to
Content
On Win7, current Firefox, '-c' looks the same (definitely lowercase) for 2.7,8, 3.4.2, and 3.5.0a0,

I agree both that the sys.argv entry should be left as is and that 'interpret' is better than 'feed' or the current verbiage.  I think 'cmd' should be left as is because it is more descriptive than the generic 'str' and because the latter implies to me that cmd must always (as opposed to often) be quoted, which is not true.  The result would be
  -c cmd : interpret cmd as a program (terminates option list)

For 3.5, the current line is repository\Modules\main.c: 55.  If we agree on the above, I am willing to make the patch and push it.
History
Date User Action Args
2014-10-31 23:47:49terry.reedysetrecipients: + terry.reedy, r.david.murray, docs@python, ethan.furman, vy0123
2014-10-31 23:47:49terry.reedysetmessageid: <1414799269.66.0.880149902051.issue22738@psf.upfronthosting.co.za>
2014-10-31 23:47:49terry.reedylinkissue22738 messages
2014-10-31 23:47:49terry.reedycreate