Skip to content

Commit

Permalink
bpo-42870: Document change in argparse help output. (GH-24190)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnciar committed Jan 12, 2021
1 parent ace008c commit fb35fa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

Expand Down
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ Ken Howard
Brad Howes
Mike Hoy
Ben Hoyt
Tomáš Hrnčiar
Miro Hrončok
Chiu-Hsiang Hsu
Chih-Hao Huang
Expand Down

0 comments on commit fb35fa4

Please sign in to comment.