]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42870: Document change in argparse help output. (GH-24190)
authorTomáš Hrnčiar <tomas.hrnciar@me.com>
Tue, 12 Jan 2021 00:41:35 +0000 (01:41 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 00:41:35 +0000 (16:41 -0800)
Doc/whatsnew/3.10.rst
Misc/ACKS

index 92fecb4bbcec469bc0e875f9f13e4c0bd99539fb..d2b3ed75f8c271f943f5c93b8c57817ba2d5707c 100644 (file)
@@ -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
 ------
 
index 211455b4dfc3c20833e593aec58e2c8b9c147d8e..136266965a869b1423101616103a3020b2e61ec4 100644 (file)
--- 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