How about some syntactic sugar for " __name__ == '__main__' "?

Skip Montanaro skip.montanaro at gmail.com
Thu Nov 13 15:53:59 EST 2014


On Thu, Nov 13, 2014 at 2:44 PM, Skip Montanaro
<skip.montanaro at gmail.com> wrote:
> What's not documented is
> the behavior of calling atexit.register() while atexit._run_exitfuncs
> is running. That's an implementation detail, and though unlikely to
> change, it might be worthwhile getting that behavior documented.

http://bugs.python.org/issue22867

Skip



More information about the Python-list mailing list