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 lilbludot
Recipients Aaron.Meurer, docs@python, eric.araujo, lilbludot, paul.j3, r.david.murray
Date 2014-03-19.01:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395192947.52.0.0295726979142.issue20970@psf.upfronthosting.co.za>
In-reply-to
Content
So, would it be helpful to rephrase the original text

"By default, ArgumentParser objects uses sys.argv[0] to determine how to display the name of the program in thehelp messages. This default is almost always desirable because it will make the help messages match how the program was invoked on the command line." 

 by 

"By default, ArgumentParser objects uses the base name of the path sys.argv[0] to determine how to display the name of the program in the help messages."

And then all that would remain is to change the backslash to a forward slash in the example that follows.
History
Date User Action Args
2014-03-19 01:35:47lilbludotsetrecipients: + lilbludot, eric.araujo, r.david.murray, Aaron.Meurer, docs@python, paul.j3
2014-03-19 01:35:47lilbludotsetmessageid: <1395192947.52.0.0295726979142.issue20970@psf.upfronthosting.co.za>
2014-03-19 01:35:47lilbludotlinkissue20970 messages
2014-03-19 01:35:46lilbludotcreate