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 shaharg
Recipients Albert White, Martin.d'Anjou, Oliver.Smith, benschmaus, bethard, docs@python, eric.araujo, eric.smith, martin.panter, mburger, paul.j3, r.david.murray, rhartkopf, rhettinger, shaharg, terry.reedy, tonygaetani, tshepang
Date 2016-03-23.14:51:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458744699.71.0.734446963758.issue9694@psf.upfronthosting.co.za>
In-reply-to
Content
This is not just a section issue. Please note that using the ArgumentDefaultHelpFormatter:

  argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultHelpFormatter)

The help will also show (default=None) for these required arguments.
History
Date User Action Args
2016-03-23 14:51:40shahargsetrecipients: + shaharg, rhettinger, terry.reedy, bethard, eric.smith, eric.araujo, r.david.murray, docs@python, benschmaus, tshepang, martin.panter, paul.j3, mburger, Martin.d'Anjou, Oliver.Smith, rhartkopf, Albert White, tonygaetani
2016-03-23 14:51:39shahargsetmessageid: <1458744699.71.0.734446963758.issue9694@psf.upfronthosting.co.za>
2016-03-23 14:51:39shaharglinkissue9694 messages
2016-03-23 14:51:39shahargcreate