]> granicus.if.org Git - python/commit
#13922: argparse no longer incorrectly strips '--' after the first one.
authorR David Murray <rdmurray@bitdance.com>
Sun, 22 Jul 2012 02:48:35 +0000 (22:48 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 22 Jul 2012 02:48:35 +0000 (22:48 -0400)
commit00528e8fec37bdf203bdb172ec3363353268d908
treed2dc1bd67f033623d726f07d53018fa5a7d6b848
parentb94082a71b6b141cdcdde52a0f01b10f9334b5a8
#13922: argparse no longer incorrectly strips '--' after the first one.

Patch by Jeff Knupp.
Lib/argparse.py
Lib/test/test_argparse.py
Misc/ACKS
Misc/NEWS