If you are using __all__ to define your API, then you'll end up needing `from foo import *` if you want to combine modules, e.g.:
https://github.com/python/cpython/blob/master/Lib/asyncio/__init__.py So the two need to coexist. *-import does have valid uses. The majority of these cases are within a library, rather than between libraries. Best, George
_______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/II4CPIRCXGL64R2S47TTHC2WKDZGAQ3B/ Code of Conduct: http://python.org/psf/codeofconduct/