]> granicus.if.org Git - python/commit
#15847: allow args to be a tuple in parse_args
authorR David Murray <rdmurray@bitdance.com>
Sat, 8 Sep 2012 16:15:25 +0000 (12:15 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 8 Sep 2012 16:15:25 +0000 (12:15 -0400)
commita99c7dedcb9310d80f2cf29a747e05fdde2716bc
tree084d8091eff406ef61a4adfc8a87c73014bee7b1
parente299cae230cc5c8d20c9ed0cb478427984995348
#15847: allow args to be a tuple in parse_args

This fixes a regression introduced by the fix for issue #13922.  Although args
is not documented as being allowed to be a tuple, previously this worked and
so naturally there are programs in the field that depend on it.

Patch by Zbyszek JÄ™drzejewski-Szmek.
Lib/argparse.py
Lib/test/test_argparse.py