]> granicus.if.org Git - python/commit
- Issue #15906: Fix a regression in argparse caused by the preceding change,
authorBarry Warsaw <barry@python.org>
Wed, 12 Sep 2012 02:38:47 +0000 (22:38 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 12 Sep 2012 02:38:47 +0000 (22:38 -0400)
commit4b2f9e914d497d6b2b5ec09a03da8b6f171dffed
tree2a260c1bceef5e52b232f54c70a129085848322b
parentd8bbde35fee845b96c55543088b0f8ddcc1aec12
- Issue #15906: Fix a regression in argparse caused by the preceding change,
  when action='append', type='str' and default=[].
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS