This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients ncoghlan
Date 2021-09-09.07:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631173542.48.0.638794162329.issue45149@roundup.psfhosted.org>
In-reply-to
Content
bpo-39452 covered significant improvements to the __main__ module documentation at https://docs.python.org/dev/library/__main__.html, making it a better complement to the CPython CLI documentation at https://docs.python.org/dev/using/cmdline.html#command-line

This follow up ticket covers the `__main__` variant that the previous ticket didn't cover: directory and zipfile execution (which underlies the utility of the `zipapp` stdlib module: https://docs.python.org/dev/library/zipapp.html)

The relevant info is present in the CLI and runpy.run_path documentation, so this ticket just covers adding that info to the `__main__` module docs.
History
Date User Action Args
2021-09-09 07:45:42ncoghlansetrecipients: + ncoghlan
2021-09-09 07:45:42ncoghlansetmessageid: <1631173542.48.0.638794162329.issue45149@roundup.psfhosted.org>
2021-09-09 07:45:42ncoghlanlinkissue45149 messages
2021-09-09 07:45:42ncoghlancreate