diff options
author | Rémi Lapeyre <remi.lapeyre@henki.fr> | 2019-09-13 10:17:43 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-13 10:17:43 (GMT) |
commit | 6a517c674907c195660fa9178a7b561de49cc721 (patch) | |
tree | e13407fbb1f8cdf1d38f3c04118de5fad01c1039 /Misc | |
parent | 04f0bbfbedf8d2bb69b012f853de6648b1a9f27f (diff) | |
download | cpython-6a517c674907c195660fa9178a7b561de49cc721.zip cpython-6a517c674907c195660fa9178a7b561de49cc721.tar.gz cpython-6a517c674907c195660fa9178a7b561de49cc721.tar.bz2 |
bpo-8538: Add support for boolean actions to argparse (GH-11478)
Co-Authored-By: remilapeyre <remi.lapeyre@henki.fr>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-01-09-16-18-52.bpo-8538.PfVZia.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-09-16-18-52.bpo-8538.PfVZia.rst b/Misc/NEWS.d/next/Library/2019-01-09-16-18-52.bpo-8538.PfVZia.rst new file mode 100644 index 0000000..94249ab --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-01-09-16-18-52.bpo-8538.PfVZia.rst @@ -0,0 +1,2 @@ +Add support for boolean actions like ``--foo`` and ``--no-foo`` to argparse. +Patch contributed by Rémi Lapeyre. |