You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/whatsnew/3.10.rst
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,12 @@ New Modules
189
189
Improved Modules
190
190
================
191
191
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`.)
0 commit comments