]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-155009: Preserve argparse prog for programmatic module-as-main execution (#155199)
authorSavannah Ostrowski <savannah@python.org>
Wed, 5 Aug 2026 04:43:08 +0000 (21:43 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Aug 2026 04:43:08 +0000 (04:43 +0000)
commitca4518b7f73bcd79d49ea20390f45827ddd0cb67
tree115b19731fffe87896e0d3cfe7bb1dfc4e657721
parent83b33546b9c68578dda7733d1ef8816473981b7e
GH-155009: Preserve argparse prog for programmatic module-as-main execution (#155199)
Lib/argparse.py
Lib/test/test_argparse.py
Misc/NEWS.d/next/Library/2026-08-05-02-36-18.gh-issue-155009.YiJAiP.rst [new file with mode: 0644]