[Python-ideas] start, test, init

Ethan Furman ethan at stoneleaf.us
Sun Dec 1 22:18:35 CET 2013


If somebody wants this type of behavior it is easy enough to put in the `if __name__ == "__main__"` section.  I do not 
see that adding it to the language buys us anything.

--
~Ethan~


More information about the Python-ideas mailing list