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 berker.peksag
Recipients Michael.Edwards, berker.peksag, bethard, daniel.ugra, eli.bendersky, eric.smith, jens.jaehrig, jpaugh, paul.j3, puppet, r.david.murray, remram, tshepang, xobes
Date 2015-02-05.07:27:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423121222.19.0.789700885802.issue14910@psf.upfronthosting.co.za>
In-reply-to
Content
The patch LGTM.

In Doc/library/argparse.rst:

-                          add_help=True)
+                          allow_abbrev=True, add_help=True)

should be

    add_help=True, allow_abbrev=True)

I'll add a release note and commit it. Thanks!
History
Date User Action Args
2015-02-05 07:27:02berker.peksagsetrecipients: + berker.peksag, bethard, eric.smith, r.david.murray, eli.bendersky, daniel.ugra, tshepang, paul.j3, jens.jaehrig, jpaugh, puppet, Michael.Edwards, remram, xobes
2015-02-05 07:27:02berker.peksagsetmessageid: <1423121222.19.0.789700885802.issue14910@psf.upfronthosting.co.za>
2015-02-05 07:27:02berker.peksaglinkissue14910 messages
2015-02-05 07:27:01berker.peksagcreate