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 vy0123
Recipients docs@python, vy0123
Date 2014-10-27.04:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za>
In-reply-to
Content
I was looking at sys.argv from the reference guide. 

The font mix and change from v.2.7.5 to v.3.5.0a0 for sentence two of sys.argv (library/sys.html#module-sys) has made the second rendering of -c look capital when in fact it isn't.

--quote: from v.3.5.0a0 at library/sys.html#module-sys
If the command was executed using the -c command line option to the interpreter, argv[0] is set to the string '-c'.
--quote--

--suggest: improve second sentence of sys.argv (v.2.7.5, v.3.5.0a0)
Call the Python interpreter with the option, -c str, and the value of argv[0] is '-c'.
--suggest--

--suggest: improve 'python -h' output
-c str : feed in a string as program (terminates option list)
--suggest--
History
Date User Action Args
2014-10-27 04:39:46vy0123setrecipients: + vy0123, docs@python
2014-10-27 04:39:46vy0123setmessageid: <1414384786.34.0.941168460328.issue22738@psf.upfronthosting.co.za>
2014-10-27 04:39:46vy0123linkissue22738 messages
2014-10-27 04:39:45vy0123create