From: Tomáš Hrnčiar Date: Tue, 12 Jan 2021 00:41:35 +0000 (+0100) Subject: bpo-42870: Document change in argparse help output. (GH-24190) X-Git-Tag: v3.10.0a5~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb35fa49d192368e94ffec09c092260ed0fea2e1;p=thirdparty%2FPython%2Fcpython.git bpo-42870: Document change in argparse help output. (GH-24190) --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 92fecb4bbcec..d2b3ed75f8c2 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 211455b4dfc3..136266965a86 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