Skip to content
Permalink
Browse files
bpo-42870: Document change in argparse help output. (GH-24190)
  • Loading branch information
hrnciar committed Jan 12, 2021
1 parent ace008c commit fb35fa49d192368e94ffec09c092260ed0fea2e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
@@ -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
------

@@ -761,6 +761,7 @@ Ken Howard
Brad Howes
Mike Hoy
Ben Hoyt
Tomáš Hrnčiar
Miro Hrončok
Chiu-Hsiang Hsu
Chih-Hao Huang

0 comments on commit fb35fa4

Please sign in to comment.