[issue21150] Add quick links table to argparse docs

paul j3 report at bugs.python.org
Thu Apr 10 02:12:07 CEST 2014


paul j3 added the comment:

While 'argparse' is complex, its organization is quite different from 'itertools'.  For most purposes there is one starting point:

    parser = argparse.ArgumentParser(...)

Nearly everything else invokes a 'parser'  method.  Most complex and common is 'add_argument'.

Some summary tables might be useful, but 'itertools' might not be best model.

----------
nosy: +paul.j3

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


More information about the Python-bugs-list mailing list