]> granicus.if.org Git - python/commit
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
authorR David Murray <rdmurray@bitdance.com>
Sun, 22 Jul 2012 02:56:49 +0000 (22:56 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 22 Jul 2012 02:56:49 +0000 (22:56 -0400)
commit45ccf032beb03aab5e35b1ae6b1c38252506fde0
tree5a3f5fd5c546765fa78d63259fcdc4f9e1d901df
parentd4703d1d85fc00aeb8f46d945ce7b34606604992
parent00528e8fec37bdf203bdb172ec3363353268d908
Merge #13922: argparse no longer incorrectly strips '--' after the first one.

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