[issue10772] Several actions for argparse arguments missing from docs

ipatrol report at bugs.python.org
Sun Dec 26 02:33:04 CET 2010


New submission from ipatrol <ipatrol6010 at yahoo.com>:

I actually noticed this while trying to free the -h option for my program. The actions not mentioned are count, help, and parsers. Also for nargs, '...' and 'A...' are not documented either in the Sphinx docs or the leading docstring for the Action class.

----------
assignee: docs at python
components: Documentation, Library (Lib)
messages: 124654
nosy: docs at python, ipatrol
priority: normal
severity: normal
status: open
title: Several actions for argparse arguments missing from docs
type: behavior
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10772>
_______________________________________


More information about the Python-bugs-list mailing list