mirror of
https://github.com/python/cpython.git
synced 2026-07-31 14:16:33 -04:00
Broadened scope of the document to explicitly discuss and differentiate between ``__main__.py`` in packages versus the ``__name__ == '__main__'`` expression (and the idioms that surround it), as well as ``import __main__``. Co-authored-by: Géry Ogam <[email protected]> Co-authored-by: Éric Araujo <[email protected]> Co-authored-by: Łukasz Langa <[email protected]>