Georg Brandl wrote:
> No, but Python looks for modules with the extension ".py" and not ".py3".

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.

Do you suggest to drop the py extension and use py3 for all python files?

Christian

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to