Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb35fa4

Browse files
authored
bpo-42870: Document change in argparse help output. (GH-24190)
1 parent ace008c commit fb35fa4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ New Modules
189189
Improved Modules
190190
================
191191

192+
argparse
193+
--------
194+
195+
Misleading phrase "optional arguments" was replaced with "options" in argparse help. Some tests might require adaptation if they rely on exact output match.
196+
(Contributed by Raymond Hettinger in :issue:`9694`.)
197+
192198
base64
193199
------
194200

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ Ken Howard
761761
Brad Howes
762762
Mike Hoy
763763
Ben Hoyt
764+
Tomáš Hrnčiar
764765
Miro Hrončok
765766
Chiu-Hsiang Hsu
766767
Chih-Hao Huang

0 commit comments

Comments
 (0)