Mart Somermaa wrote:

But it is not. The proposed __import__(name, submodule=True) has
a compatible interface.

Actually, it's not. Keep in mind that __import__ isn't
a particular function, it's a defined interface to a
family of functions. If that interface is extended, any
replacement __import__ functions will be required to
conform to the new interface, and existing ones will
no longer be valid.

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

Reply via email to