summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-07-22 02:48:35 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-07-22 02:48:35 (GMT)
commit00528e8fec37bdf203bdb172ec3363353268d908 (patch)
treed2dc1bd67f033623d726f07d53018fa5a7d6b848 /Misc
parentb94082a71b6b141cdcdde52a0f01b10f9334b5a8 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 95c06ba..51b5996 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -511,6 +511,7 @@ Thomas Kluyver
Kim Knapp
Lenny Kneler
Pat Knight
+Jeff Knupp
Greg Kochanski
Damon Kohler
Marko Kohtala
diff --git a/Misc/NEWS b/Misc/NEWS
index 57f3650..0b607db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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