mirror of
https://github.com/python/cpython.git
synced 2025-11-02 14:41:33 +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 ...").
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| decoder.py | ||
| encoder.py | ||
| scanner.py | ||
| tool.py | ||