mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
7d2c39752f
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 ...").