David Teresi wrote:
One of the features I miss from languages such as C# is namespaces that work across files - it makes it a lot easier to organize code IMO.

Maybe for the writer, but not for the reader. I like the fact
that in Python I can usually tell which file a given class or
function is implemented in by looking at the import statements.

--
Greg

_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to