GH-99749: Add What's New entry for GH-124456 (GH-125671)

This commit is contained in:
Savannah Ostrowski 2024-10-19 01:26:46 -07:00 committed by GitHub
parent 2bb7ab7ad3
commit 84074a4fd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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
---