mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
As argparse now detects by default when the code was run as a module.
This leads to using the actual executable name instead of simply "python"
to display in the usage message ("usage: python -m ...").