diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-07-22 02:48:35 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-07-22 02:48:35 (GMT) |
commit | 00528e8fec37bdf203bdb172ec3363353268d908 (patch) | |
tree | d2dc1bd67f033623d726f07d53018fa5a7d6b848 /Misc | |
parent | b94082a71b6b141cdcdde52a0f01b10f9334b5a8 (diff) | |
download | cpython-00528e8fec37bdf203bdb172ec3363353268d908.zip cpython-00528e8fec37bdf203bdb172ec3363353268d908.tar.gz cpython-00528e8fec37bdf203bdb172ec3363353268d908.tar.bz2 |
#13922: argparse no longer incorrectly strips '--' after the first one.
Patch by Jeff Knupp.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -511,6 +511,7 @@ Thomas Kluyver Kim Knapp Lenny Kneler Pat Knight +Jeff Knupp Greg Kochanski Damon Kohler Marko Kohtala @@ -98,6 +98,9 @@ Core and Builtins Library ------- +- Issue #13922: argparse no longer incorrectly strips '--'s that appear + after the first one. + - Issue #12353: argparse now correctly handles null argument values. - Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with |