Jason R. Coombs added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13540>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to