diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2024-10-01 19:51:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 19:51:40 (GMT) |
commit | 04bfea2d261bced371cbd64931fe2a8f64984793 (patch) | |
tree | 8372ec5d0620ed6bcda6dbc2f5e6f5a5bca9cf8e /Lib/ssl.py | |
parent | d150e4abcfc13770c2d239878ed337fb53e51de5 (diff) | |
download | cpython-04bfea2d261bced371cbd64931fe2a8f64984793.zip cpython-04bfea2d261bced371cbd64931fe2a8f64984793.tar.gz cpython-04bfea2d261bced371cbd64931fe2a8f64984793.tar.bz2 |
gh-66436: Improved prog default value for argparse.ArgumentParser (GH-124799)
It can now have one of three forms:
* basename(argv0) -- for simple scripts
* python arv0 -- for directories, ZIP files, etc
* python -m module -- for imported modules
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Diffstat (limited to 'Lib/ssl.py')
0 files changed, 0 insertions, 0 deletions