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 Aaron.Meurer
Recipients Aaron.Meurer, docs@python
Date 2014-03-18.16:42:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395160969.17.0.758674872934.issue20970@psf.upfronthosting.co.za>
In-reply-to
Content
I hope it's OK to report documentation issues on this tracker.  Reading http://docs.python.org/3.4/library/argparse.html#prog I had to do a double take. The documentation states, "By default, ArgumentParser objects uses sys.argv[0] to determine how to display the name of the program in help messages." The example then goes on to show it *not* using sys.argv[0] (sys.argv[0] in the second example would be 'subdir\myprogram.py'). 

Furthermore, even though the commands are apparently POSIX style, with a $ prompt and using cd, they use a backslash to access a subdirectory.
History
Date User Action Args
2014-03-18 16:42:49Aaron.Meurersetrecipients: + Aaron.Meurer, docs@python
2014-03-18 16:42:49Aaron.Meurersetmessageid: <1395160969.17.0.758674872934.issue20970@psf.upfronthosting.co.za>
2014-03-18 16:42:49Aaron.Meurerlinkissue20970 messages
2014-03-18 16:42:48Aaron.Meurercreate