diff options
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. |