]> 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 01:06:29 +0000 (21:06 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 12 Sep 2012 01:06:29 +0000 (21:06 -0400)
commit03fcfbef0aa9a0990d5cd3995defa8cd089f704c
tree056171792f9a71cc200050f7c8e90b9f68332d96
parenta8a5b397c1a30568be1309ed265b696da84eeca0
- 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