typo On 1/19/2012 4:03 PM, sandro.tosi wrote: > http://hg.python.org/cpython/rev/35665f6f3674 > changeset: 74526:35665f6f3674 > branch: 2.7 > parent: 74521:d01208ba482f > user: Sandro Tosi<sandro.tosi at gmail.com> > date: Thu Jan 19 21:59:34 2012 +0100 > summary: > Issue #13605: add documentation for nargs=argparse.REMAINDER >> +* ``argparse.REMAINDER``. All the remaining command-line arguments > + are gathered into a lits. This is commonly useful for command line lits .> list