summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2024-02-05 22:41:34 (GMT)
committerGitHub <noreply@github.com>2024-02-05 22:41:34 (GMT)
commitbb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac (patch)
treeab97e452b3e97ebc5375ba2229e5cf45707935f7 /Misc
parentc32bae52904723d99e1f98e2ef54570268d86467 (diff)
downloadcpython-bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac.zip
cpython-bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac.tar.gz
cpython-bb57ffdb38e9e8df8f9ea71f1430dbbe4bf2d3ac.tar.bz2
gh-83648: Support deprecation of options, arguments and subcommands in argparse (GH-114086)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-01-15-20-21-33.gh-issue-83648.HzD_fY.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-01-15-20-21-33.gh-issue-83648.HzD_fY.rst b/Misc/NEWS.d/next/Library/2024-01-15-20-21-33.gh-issue-83648.HzD_fY.rst
new file mode 100644
index 0000000..bd3e27b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-01-15-20-21-33.gh-issue-83648.HzD_fY.rst
@@ -0,0 +1,2 @@
+Support deprecation of options, positional arguments and subcommands in
+:mod:`argparse`.