Ethan Furman <[email protected]> added the comment:
I don't think this is worth the code breakage. The advice already given is not to use `import *` unless: - the module was designed for that usage; or - you know what you are doing. ---------- nosy: +ethan.furman _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue38215> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
