Skip to content

Commit

Permalink
pythonGH-99749: Add What's New entry for pythonGH-124456 (pythonGH-12…
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski authored Oct 19, 2024
1 parent 2bb7ab7 commit 84074a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ argparse
interpreter was instructed to find the ``__main__`` module code.
(Contributed by Serhiy Storchaka and Alyssa Coghlan in :gh:`66436`.)

* Introduced the optional *suggest_on_error* parameter to
:class:`argparse.ArgumentParser`, enabling suggestions for argument choices
and subparser names if mistyped by the user.
(Contributed by Savannah Ostrowski in :gh:`124456`)

ast
---

Expand Down

0 comments on commit 84074a4

Please sign in to comment.