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 paul.j3
Recipients bethard, docs@python, paul.j3
Date 2013-04-03.06:44:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364971441.05.0.274708389949.issue15427@psf.upfronthosting.co.za>
In-reply-to
Content
This patch to argparse.rst adds the argument points to parse_args().  

It also adds two points to the 'Upgrading optparse code' section, one about using 'nargs=argparse.REMAINDER', and other about 'parse_known_args()'.

I'm not entirely happy with the format of the internal hyperlinks.
History
Date User Action Args
2013-04-03 06:44:01paul.j3setrecipients: + paul.j3, bethard, docs@python
2013-04-03 06:44:01paul.j3setmessageid: <1364971441.05.0.274708389949.issue15427@psf.upfronthosting.co.za>
2013-04-03 06:44:01paul.j3linkissue15427 messages
2013-04-03 06:44:00paul.j3create