mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04: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 ...").