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 jaraco
Recipients BreamoreBoy, bethard, docs@python, eric.araujo, jaraco, paul.j3, python-dev, terry.reedy, tshepang
Date 2014-08-23.18:41:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408819315.94.0.472307097316.issue13540@psf.upfronthosting.co.za>
In-reply-to
Content
I have no idea why that would be. I used the same syntax for the Action class as ArgumentParser. From the latest tip:

.. class:: ArgumentParser(prog=None, usage=None, description=None, \
                          epilog=None, parents=[], \
                          ...

.. class:: Action(option_strings, dest, nargs=None, const=None, default=None,
                  type=None, choices=None, required=False, help=None,
                  metavar=None)


I don't know what would cause those to render differently. Perhaps you're suggesting a difference elsewhere. In any case, I don't see any action I can take to address your concern.
History
Date User Action Args
2014-08-23 18:41:56jaracosetrecipients: + jaraco, terry.reedy, bethard, eric.araujo, docs@python, BreamoreBoy, tshepang, python-dev, paul.j3
2014-08-23 18:41:55jaracosetmessageid: <1408819315.94.0.472307097316.issue13540@psf.upfronthosting.co.za>
2014-08-23 18:41:55jaracolinkissue13540 messages
2014-08-23 18:41:55jaracocreate