8000 [3.12] gh-121018: Fix typo in NEWS entry (GH-121510) by colesbury · Pull Request #121516 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-121018: Fix typo in NEWS entry (GH-121510) #121516

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[3.12] gh-121018: Fix typo in NEWS entry (GH-121510)
(cherry picked from commit 218edaf)

Co-authored-by: Sam Gross <colesbury@gmail.com>
  • Loading branch information
colesbury committed Jul 8, 2024
commit 5b67cd6de5c3b0c553d521268dc7a518c3364c4a
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fixed issues where :meth:`!argparse.ArgumentParser.parses_args` did not honor
``exit_on_error=False``.< 4B06 /span>
Based on patch by Ben Hsing.
Fixed issues where :meth:`!argparse.ArgumentParser.parse_args` did not honor
``exit_on_error=False``.
Based on patch by Ben Hsing.
Loading
0