mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
bpo-42870: Document change in argparse help output. (GH-24190)
This commit is contained in:
parent
ace008c531
commit
fb35fa49d1
2 changed files with 7 additions and 0 deletions
|
@ -189,6 +189,12 @@ New Modules
|
||||||
Improved 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
|
base64
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -761,6 +761,7 @@ Ken Howard
|
||||||
Brad Howes
|
Brad Howes
|
||||||
Mike Hoy
|
Mike Hoy
|
||||||
Ben Hoyt
|
Ben Hoyt
|
||||||
|
Tomáš Hrnčiar
|
||||||
Miro Hrončok
|
Miro Hrončok
|
||||||
Chiu-Hsiang Hsu
|
Chiu-Hsiang Hsu
|
||||||
Chih-Hao Huang
|
Chih-Hao Huang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue