[Python-3000] [Python-ideas] Namespaces are one honking great idea -- let's do more of those!

Leif Walsh adlaiff6 at gmail.com
Sat Feb 2 22:33:30 CET 2008


On Feb 2, 2008 4:15 PM, Christian Heimes <lists at cheimes.de> wrote:
> Python should still use the .py, .pyc and .pyo extensions for Python
> 3.0. I'm proposing a different extension for entry points to programs -
> the Python file that starts a program and contains the if __name__ ==
> "__main__" magic.

-1

It doesn't make any sense to me why we would want a different
extension just because some code is the "part to run first".  Isn't it
all the same code?

--
Cheers,
Leif


More information about the Python-3000 mailing list