On Feb 2, 2008 4:15 PM, Christian Heimes <[EMAIL PROTECTED]> 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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
