summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSavannah Ostrowski <savannahostrowski@gmail.com>2024-10-17 09:11:47 (GMT)
committerGitHub <noreply@github.com>2024-10-17 09:11:47 (GMT)
commit7b04496e5c7ed47e9653f4591674fc9ffef34587 (patch)
treef3019e1f0a4db53faeb70ac91aa0d230efb400eb /Misc/NEWS.d
parent624be8699aec22bef137041478078c6fafaf032e (diff)
downloadcpython-7b04496e5c7ed47e9653f4591674fc9ffef34587.zip
cpython-7b04496e5c7ed47e9653f4591674fc9ffef34587.tar.gz
cpython-7b04496e5c7ed47e9653f4591674fc9ffef34587.tar.bz2
gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() (GH-125563)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst b/Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst
new file mode 100644
index 0000000..777920c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-16-04-50-53.gh-issue-125542.vZJ-Ns.rst
@@ -0,0 +1,2 @@
+Deprecate passing keyword-only *prefix_chars* argument to
+:meth:`argparse.ArgumentParser.add_argument_group`.