summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Hrnčiar <tomas.hrnciar@me.com>2021-01-12 00:41:35 (GMT)
committerGitHub <noreply@github.com>2021-01-12 00:41:35 (GMT)
commitfb35fa49d192368e94ffec09c092260ed0fea2e1 (patch)
tree89b0816a78fbd794adcb8169d1c6f4ddf811fa1a
parentace008c531dd685a30c1dd68f9b5ba35f20171cf (diff)
downloadcpython-fb35fa49d192368e94ffec09c092260ed0fea2e1.zip
cpython-fb35fa49d192368e94ffec09c092260ed0fea2e1.tar.gz
cpython-fb35fa49d192368e94ffec09c092260ed0fea2e1.tar.bz2
bpo-42870: Document change in argparse help output. (GH-24190)
-rw-r--r--Doc/whatsnew/3.10.rst6
-rw-r--r--Misc/ACKS1
2 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 92fecb4..d2b3ed7 100644
--- a/Doc/whatsnew/3.10.rst
+++ b/Doc/whatsnew/3.10.rst
@@ -189,6 +189,12 @@ New Modules
Improved Modules
================
+argparse
+--------
+
+Misleading phrase "optional arguments" was replaced with "options" in argparse help. Some tests might require adaptation if they rely on exact output match.
+(Contributed by Raymond Hettinger in :issue:`9694`.)
+
base64
------
diff --git a/Misc/ACKS b/Misc/ACKS
index 211455b..1362669 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -761,6 +761,7 @@ Ken Howard
Brad Howes
Mike Hoy
Ben Hoyt
+Tomáš Hrnčiar
Miro Hrončok
Chiu-Hsiang Hsu
Chih-Hao Huang